You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tdegames/libksirtet/configure.in.in

6 lines
280 B

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")