index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
author | Dan McGee <dan@archlinux.org> | 2012-09-18 21:34:07 -0500 |
---|---|---|
committer | Allan McRae <allan@archlinux.org> | 2012-11-27 15:16:15 +1000 |
commit | 1d0ab50c050bbb52968b55293fd12c22e4fe1482 (patch) | |
tree | 334b51166677612c0dc30fb40a262abf70a34223 /configure.ac | |
parent | b57ada336bae086a3e4c8acfc3f2fe02deeff037 (diff) |
-rw-r--r-- | configure.ac | 2 |
diff --git a/configure.ac b/configure.ac index 7fe696a9..2d7580ea 100644 --- a/configure.ac +++ b/configure.ac @@ -67,7 +67,7 @@ LIB_VERSION=`expr lib_current - lib_age`.lib_age.lib_revision LIB_VERSION_INFO="lib_current:lib_revision:lib_age" # Respect empty CFLAGS during compiler tests -if test "x$CFLAGS" != "x"; then +if test "x$CFLAGS" = "x"; then CFLAGS="" fi |