mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-08-02 12:14:38 +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])
|
AC_MSG_ERROR([Could not find colrm or cut to make options file])
|
||||||
fi
|
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 )
|
opt_type=$(echo $option | $TRIM )
|
||||||
case "$opt_type" in
|
case "$opt_type" in
|
||||||
-D)
|
-D)
|
||||||
|
Reference in New Issue
Block a user