summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuy Harris <gharris@sonic.net>2023-01-17 16:07:12 -0800
committerGuy Harris <gharris@sonic.net>2023-01-17 16:07:12 -0800
commit2ca6ca385e3fb8f53a3bc8d35ce954dcf3b1cc60 (patch)
treef54ff39ddcfb8d03795f4f0238667977befc8a36
parent892caaaccab56ff57bc58ff5d3996dacf290c28f (diff)
downloadlibpcap-2ca6ca385e3fb8f53a3bc8d35ce954dcf3b1cc60.tar.gz
configure: fix a typo.
Mind the space key (and hope macOS's window system doesn't drop the "shift key down" event).
-rwxr-xr-xconfigure2
-rw-r--r--configure.ac2
2 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index 7ca8b034..41f513b5 100755
--- a/configure
+++ b/configure
@@ -6317,7 +6317,7 @@ fi
# Check whether the platform for which we're compiling requires extra
# defines and libraries. If so, add them to CFLAGS and LIBS, as we want
# all subsequent tests to be done with those defines and libraries.
-3
+#
case "$host_os" in
haiku*)
#
diff --git a/configure.ac b/configure.ac
index 8acc7bdf..8da7f3a9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -183,7 +183,7 @@ AC_CHECK_HEADERS(netpacket/packet.h)
# Check whether the platform for which we're compiling requires extra
# defines and libraries. If so, add them to CFLAGS and LIBS, as we want
# all subsequent tests to be done with those defines and libraries.
-3
+#
case "$host_os" in
haiku*)
#