diff options
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/configure.in b/configure.in index 4f0935b..1bb5a78 100644 --- a/configure.in +++ b/configure.in @@ -24,10 +24,6 @@ if test "$enable_debug" = "yes"; then echo "enabling debug compile mode" fi -# Some checks for libraries -AC_CHECK_LIB(bsnmp, snmp_close, , - [echo "Couldn't find the bsnmp library"; exit 1]) - # Checks for header files. AC_HEADER_STDC @@ -52,5 +48,5 @@ AC_FUNC_MALLOC AC_FUNC_MEMCMP dnl TODO AC_CHECK_FUNCS([atexit inet_ntoa inet_pton memset strerror strspn strtol]) -AC_CONFIG_FILES([Makefile module/Makefile]) +AC_CONFIG_FILES([Makefile module/Makefile tools/Makefile]) AC_OUTPUT |