X-Git-Url: http://tinc-vpn.org/git/browse?a=blobdiff_plain;f=configure.in;h=edd3bec63fe93c8ef61d193c29051ab5300f6dbe;hb=e8deda0b23463599a7533e82cf038a01062956a7;hp=0e12a365918ab1071a7e70e1909b5cb4b1025af9;hpb=33f241d97852d7a171f1aaf1bda7f66356ff889e;p=tinc diff --git a/configure.in b/configure.in index 0e12a365..edd3bec6 100644 --- a/configure.in +++ b/configure.in @@ -20,6 +20,7 @@ AC_PROG_CPP AC_PROG_INSTALL AC_PROG_LN_S AC_PROG_RANLIB +AM_PATH_PYTHON dnl Check and set OS @@ -127,7 +128,7 @@ AC_CHECK_TYPES([socklen_t, struct ether_header, struct arphdr, struct ether_arp, dnl Checks for library functions. AC_TYPE_SIGNAL -AC_CHECK_FUNCS([asprintf daemon fchmod flock ftime fork get_current_dir_name gettimeofday mlockall pselect putenv random select strdup strerror strsignal strtol system time usleep unsetenv vsyslog writev], +AC_CHECK_FUNCS([asprintf daemon fchmod flock ftime fork get_current_dir_name gettimeofday mlockall putenv random select strdup strerror strsignal strtol system time usleep unsetenv vsyslog writev], [], [], [#include "have.h"] ) @@ -172,6 +173,6 @@ AC_ARG_ENABLE(jumbograms, AC_SUBST(INCLUDES) -AC_CONFIG_FILES([Makefile src/Makefile doc/Makefile m4/Makefile]) +AC_CONFIG_FILES([Makefile src/Makefile doc/Makefile m4/Makefile gui/Makefile]) AC_OUTPUT