]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
configure.ac: Move CFLAGS to right place
authorAki Tuomi <aki.tuomi@open-xchange.com>
Mon, 26 Apr 2021 06:38:44 +0000 (09:38 +0300)
committerAki Tuomi <aki.tuomi@open-xchange.com>
Mon, 26 Apr 2021 11:22:19 +0000 (14:22 +0300)
Now it's in middle of passdb displaying

configure.ac

index 3d4569f0c62c41ee99f6a881cde77e8cc6022868..f34db514b4df04bbc1e2e443e1bcb3bed651d99a 100644 (file)
@@ -956,7 +956,6 @@ echo "I/O notifys .... : $have_notify"
 echo "SSL ............ : $have_ssl"
 echo "GSSAPI ......... : $have_gssapi"
 echo "passdbs ........ :$passdb"
-echo "CFLAGS ......... : $CFLAGS"
 if test "$not_passdb" != ""; then
   echo "                 :$not_passdb"
 fi
@@ -964,6 +963,7 @@ echo "userdbs ........ :$userdb"
 if test "$not_userdb" != ""; then
   echo "                 :$not_userdb"
 fi
+echo "CFLAGS ......... : $CFLAGS"
 echo "SQL drivers .... :$sql_drivers"
 if test "$not_sql_drivers" != ""; then
   echo "                 :$not_sql_drivers"