We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88d2503 commit 7164938Copy full SHA for 7164938
1 file changed
configure.ac
@@ -9197,7 +9197,7 @@ else
9197
AC_MSG_ERROR([Could not find colrm or cut to make options file])
9198
fi
9199
9200
-for option in $CPPFLAGS $AM_CPPFLAGS $CFLAGS $AM_CFLAGS; do
+for option in $AM_CPPFLAGS $CPPFLAGS $AM_CFLAGS $CFLAGS; do
9201
opt_type=$(echo $option | $TRIM )
9202
case "$opt_type" in
9203
-D)
0 commit comments