blob: fef48401f215c796616e72dd98cc78fe57051d5a (
plain)
1
2
3
4
5
|
AC_CHECK_HEADERS(fcntl.h sys/time.h unistd.h sys/select.h sys/filio.h)
dnl libksirtet is completely not prepared for visibility support, check for it being enabled
dnl so we can disable it in the Makefile.am.
AM_CONDITIONAL(disable_VISIBILITY, test "$HAVE_GCC_VISIBILITY" = "1")
|