mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-08-01 03:34:39 +02:00
configure.ac: in options.h generation, fix order of flags to match Makefile order.
This commit is contained in:
@@ -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)
|
||||
|
Reference in New Issue
Block a user