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 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