diff options
author | Guy Harris <gharris@sonic.net> | 2023-01-17 16:07:12 -0800 |
---|---|---|
committer | Guy Harris <gharris@sonic.net> | 2023-01-17 16:07:12 -0800 |
commit | 2ca6ca385e3fb8f53a3bc8d35ce954dcf3b1cc60 (patch) | |
tree | f54ff39ddcfb8d03795f4f0238667977befc8a36 /configure.ac | |
parent | 892caaaccab56ff57bc58ff5d3996dacf290c28f (diff) |
configure: fix a typo.
Mind the space key (and hope macOS's window system doesn't drop the
"shift key down" event).
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
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*) # |