aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index b246808..67266cb 100644
--- a/configure.ac
+++ b/configure.ac
@@ -43,7 +43,7 @@ case $host_os in
43 ;; 43 ;;
44 *netbsd*) 44 *netbsd*)
45 HOST_OS=netbsd 45 HOST_OS=netbsd
46 CFLAGS="$CFLAGS -D_OPENBSD_SOURCE" 46 CPPFLAGS="$CPPFLAGS -D_OPENBSD_SOURCE"
47 ;; 47 ;;
48 *openbsd*) 48 *openbsd*)
49 HOST_ABI=elf 49 HOST_ABI=elf