]> 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 06:39:33 +0000 (09:39 +0300)
Now it's in middle of passdb displaying

configure.ac

index 945cbf754890d3360c76d4e2921688b3a5ca246b..ced01ebcdea91b4b0c9177090245d17577097434 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"