diff --git a/configure.in b/configure.in index e3b0208..b04fe9b 100644 --- a/configure.in +++ b/configure.in @@ -107,7 +107,7 @@ ac_found_pcap_lib_dir="no" for dir in $ac_pcap_lib_dir; do if test -f $dir/libpcap.a -o -f $dir/libpcap.so; then dnl Ok, we think we've found them, but check that they - dnl actually ontain the right functions + dnl actually contain the right functions. save_LIBS=$LIBS save_LDFLAGS=$LDFLAGS LIBS="-lpcap $LIBS" @@ -185,7 +185,7 @@ if test "$ac_use_openssl" != "false"; then fi if $found_ssl != "false"; then dnl Ok, we think we've found them, but check that they - dnl actually ontain the right functions + dnl actually contain the right functions. save_LIBS=$LIBS save_LDFLAGS=$LDFLAGS LIBS="-lssl -lcrypto $LIBS"