We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e92d55 commit 7188a4cCopy full SHA for 7188a4c
m4/ax_cc_maxopt.m4
@@ -26,7 +26,7 @@ AC_REQUIRE([AX_COMPILER_VENDOR])
26
AC_REQUIRE([AC_CANONICAL_HOST])
27
28
# Try to determine "good" native compiler flags if none specified via CFLAGS
29
-if test "$ac_test_CFLAGS" != "set"; then
+if test "x$ac_test_CFLAGS" != "xset" -a "x$ac_test_CFLAGS" != "xy"; then
30
CFLAGS=""
31
case $ax_cv_c_compiler_vendor in
32
dec) CFLAGS="-newc -w0 -O5 -ansi_alias -ansi_args -fp_reorder -tune host"
0 commit comments