X-Git-Url: http://andersk.mit.edu/gitweb/libfaim.git/blobdiff_plain/6b9df03c33f02c34c2113c2712b3dd13781bdfe8..7daf4a38f9ace105be3ae4bcf78539519babd184:/configure.in diff --git a/configure.in b/configure.in index 8a92ae8..c7586a2 100644 --- a/configure.in +++ b/configure.in @@ -20,6 +20,8 @@ AC_CHECK_LIB(faim, aim_sessioninit) dnl Replace `main' with a function in -lpcap: dnl AC_CHECK_LIB(pcap, main) +LIBTOOL="$LIBTOOL --silent" + AC_ARG_ENABLE(debug, [ --disable-debug compile without debugging options],enable_debug=no,enable_debug=yes) if test "$enable_debug" = yes ; then