From 49525791b42d0c6ebf393a1280d2b1909849ff7a Mon Sep 17 00:00:00 2001 From: Ulrik Haugen Date: Mon, 20 May 2019 13:32:39 +0200 Subject: [PATCH] Repair spelling in comments --- configure.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"