]> granicus.if.org Git - php/commitdiff
Beutifying the output of configure a bit.
authorfoobar <sniper@php.net>
Thu, 9 Nov 2000 02:59:17 +0000 (02:59 +0000)
committerfoobar <sniper@php.net>
Thu, 9 Nov 2000 02:59:17 +0000 (02:59 +0000)
# I promise, this is the last commit for today. =)

ext/gd/config.m4

index b84100b6848424621291d1b6b23a92855ff2c01d..925e19566096740581c3cd3135f00e87deee14b9 100644 (file)
@@ -71,7 +71,6 @@ AC_ARG_ENABLE(gd-native-ttf,
 
 
 shared=no
-AC_MSG_CHECKING(whether to include GD support)
 AC_ARG_WITH(gd,
 [  
   --with-gd[=DIR]         Include GD support (DIR is GD's install dir).
@@ -84,6 +83,8 @@ AC_ARG_WITH(gd,
   PHP_GD_XPM
   withval=$old_withval
 
+  AC_MSG_CHECKING(whether to include GD support)
+
   case "$withval" in
     no)
       AC_MSG_RESULT(no)