diff --git a/configure.ac b/configure.ac index c65d6159fd9..fb55301f263 100644 --- a/configure.ac +++ b/configure.ac @@ -18,7 +18,7 @@ AC_PATH_TOOL(AR, ar) AC_PATH_TOOL(RANLIB, ranlib) AC_PATH_TOOL(STRIP, strip) -if test -z $CFLAGS; then +if test "x$CFLAGS" = "x"; then CFLAGS="-O3 -g" fi