diff options
author | Brent Cook <bcook@openbsd.org> | 2015-03-22 08:14:27 -0500 |
---|---|---|
committer | Brent Cook <bcook@openbsd.org> | 2015-03-22 08:14:27 -0500 |
commit | 34bf96ce4b151e1ebcdd048fe4891139bcea760a (patch) | |
tree | ab020778c8f20ebc97171291b98b25e1a71e1800 | |
parent | 569177eabd0bbf3ec7c131fedc509de2b74db39c (diff) | |
download | portable-34bf96ce4b151e1ebcdd048fe4891139bcea760a.tar.gz portable-34bf96ce4b151e1ebcdd048fe4891139bcea760a.tar.bz2 portable-34bf96ce4b151e1ebcdd048fe4891139bcea760a.zip |
move define to CPPFLAGS
-rw-r--r-- | configure.ac | 2 |
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 |