Skip to content

Commit 7164938

Browse files
committed
configure.ac: in options.h generation, fix order of flags to match Makefile order.
1 parent 88d2503 commit 7164938

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9197,7 +9197,7 @@ else
91979197
AC_MSG_ERROR([Could not find colrm or cut to make options file])
91989198
fi
91999199

9200-
for option in $CPPFLAGS $AM_CPPFLAGS $CFLAGS $AM_CFLAGS; do
9200+
for option in $AM_CPPFLAGS $CPPFLAGS $AM_CFLAGS $CFLAGS; do
92019201
opt_type=$(echo $option | $TRIM )
92029202
case "$opt_type" in
92039203
-D)

0 commit comments

Comments
 (0)