X-Git-Url: https://www.tinc-vpn.org/git/browse?a=blobdiff_plain;f=configure.in;h=edd3bec63fe93c8ef61d193c29051ab5300f6dbe;hb=47393b5de42120dfb7d01f8b77aff16ac68177ec;hp=7c050139b4ca3ee5db7e7155d15da2489659bf94;hpb=ce8775000ab38229a78ecf3dc26bab008ca0f332;p=tinc diff --git a/configure.in b/configure.in index 7c050139..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 @@ -126,14 +127,10 @@ AC_CHECK_TYPES([socklen_t, struct ether_header, struct arphdr, struct ether_arp, ) dnl Checks for library functions. -AC_FUNC_MEMCMP -AC_FUNC_ALLOCA AC_TYPE_SIGNAL 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"] ) -AC_FUNC_MALLOC -AC_FUNC_REALLOC dnl Support for SunOS @@ -154,6 +151,7 @@ dnl These are defined in files in m4/ AC_ARG_WITH(libgcrypt, AC_HELP_STRING([--with-libgcrypt], [enable use of libgcrypt instead of OpenSSL])], []) +tinc_CURSES tinc_LIBEVENT tinc_ZLIB tinc_LZO @@ -175,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