aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCharlie Root <root@rocinante.obtuse.com>2014-07-10 14:15:36 -0600
committerCharlie Root <root@rocinante.obtuse.com>2014-07-10 14:15:36 -0600
commitd81b9bda51f972d5d54cb4ff4a8d1aaa7e626f9e (patch)
tree9f6975b035bf2e7be7432ee446c9412ff5806d2b
parent2981557a7fb8c8019d725df499a79c5cd9bc92ed (diff)
downloadportable-d81b9bda51f972d5d54cb4ff4a8d1aaa7e626f9e.tar.gz
portable-d81b9bda51f972d5d54cb4ff4a8d1aaa7e626f9e.tar.bz2
portable-d81b9bda51f972d5d54cb4ff4a8d1aaa7e626f9e.zip
fix CFLAGS line
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index ce273dd..82a6be4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -12,7 +12,7 @@ case $target_os in
12 *openbsd*) 12 *openbsd*)
13 ;; 13 ;;
14 *) 14 *)
15 CFLAGS=$CFLAGS -D__bounded__(x,y,z) 15 CFLAGS="$CFLAGS -D__bounded__(x,y,z)"
16 ;; 16 ;;
17esac 17esac
18 18