From 71649388a02396d674f9614c205ed9d2c7b6bb42 Mon Sep 17 00:00:00 2001 From: Daniel Pouzzner Date: Tue, 3 Oct 2023 21:11:59 -0500 Subject: [PATCH] configure.ac: in options.h generation, fix order of flags to match Makefile order. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index ee2ebb9fc..b4e06b7c2 100644 --- a/configure.ac +++ b/configure.ac @@ -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)