diff options
author | Stef Walter <stef@thewalter.net> | 2010-11-01 17:47:36 +0000 |
---|---|---|
committer | Stef Walter <stef@thewalter.net> | 2011-01-23 15:47:45 -0600 |
commit | 12bcfa90bdea1eeb4b4ba003069d131875c142db (patch) | |
tree | 3fc501f07ad613abefb50ef9d80c4d5e5e9386d2 | |
parent | f23912e31c899baef078eeb3ea7afaf8ed607c0c (diff) |
Fix spelling mistakes in configure output.
-rw-r--r-- | configure.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in index 90a04a4..c6adc86 100644 --- a/configure.in +++ b/configure.in @@ -156,7 +156,7 @@ if test "$enable_capabilities" = "yes"; then AC_DEFINE(HAVE_LIBCAP, 1, [Have libcap2 package, libcap library]) LIBS="$LIBS -lcap" else - AC_MSG_ERROR([Could not find the libpcap2 libraries. See --disable-capabilities]) + AC_MSG_ERROR([Could not find the libcap2 libraries. See --disable-capabilities]) fi fi @@ -193,6 +193,6 @@ AC_OUTPUT echo " True transparent proxy: $enable_tproxy --enable-tproxy -Capabalities: $enable_capabilities --enable-capabilitios, libpcap2 +Capabalities: $enable_capabilities --enable-capabilities, libcap2 Debug Mode: $enable_debug --enable-debug " |