configure.ac: in options.h generation, fix order of flags to match Makefile order.

This commit is contained in:
Daniel Pouzzner
2023-10-03 21:11:59 -05:00
parent 88d25036a0
commit 71649388a0

View File

@@ -9197,7 +9197,7 @@ else
AC_MSG_ERROR([Could not find colrm or cut to make options file])
fi
for option in $CPPFLAGS $AM_CPPFLAGS $CFLAGS $AM_CFLAGS; do
for option in $AM_CPPFLAGS $CPPFLAGS $AM_CFLAGS $CFLAGS; do
opt_type=$(echo $option | $TRIM )
case "$opt_type" in
-D)