diff options
author | Charlie Root <root@rocinante.obtuse.com> | 2014-07-10 14:15:36 -0600 |
---|---|---|
committer | Charlie Root <root@rocinante.obtuse.com> | 2014-07-10 14:15:36 -0600 |
commit | d81b9bda51f972d5d54cb4ff4a8d1aaa7e626f9e (patch) | |
tree | 9f6975b035bf2e7be7432ee446c9412ff5806d2b | |
parent | 2981557a7fb8c8019d725df499a79c5cd9bc92ed (diff) | |
download | portable-d81b9bda51f972d5d54cb4ff4a8d1aaa7e626f9e.tar.gz portable-d81b9bda51f972d5d54cb4ff4a8d1aaa7e626f9e.tar.bz2 portable-d81b9bda51f972d5d54cb4ff4a8d1aaa7e626f9e.zip |
fix CFLAGS line
-rw-r--r-- | configure.ac | 2 |
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 | ;; |
17 | esac | 17 | esac |
18 | 18 | ||