summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorStef Walter <stef@memberwebs.com>2006-03-29 04:01:41 +0000
committerStef Walter <stef@memberwebs.com>2006-03-29 04:01:41 +0000
commitfd9f86dd89a675a3e8a3255acf3e8349b166aff7 (patch)
treeca81c4c8c75027dec78c2b2fb361988817341f76 /configure.in
parentb2b5114fa36aeafcf9f177393d02ee6f9b63bbc4 (diff)
Added socket support to bsnmp-regex.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in6
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