Repair spelling in comments

This commit is contained in:
Ulrik Haugen 2019-05-20 13:32:39 +02:00
parent 8d02dd6b31
commit 49525791b4

View file

@ -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"