From: foobar Date: Thu, 9 Nov 2000 02:59:17 +0000 (+0000) Subject: Beutifying the output of configure a bit. X-Git-Tag: php-4.0.4RC3~264 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ffc95d6125728d5ff059757c4d662e0f6d721724;p=php Beutifying the output of configure a bit. # I promise, this is the last commit for today. =) --- diff --git a/ext/gd/config.m4 b/ext/gd/config.m4 index b84100b684..925e195660 100644 --- a/ext/gd/config.m4 +++ b/ext/gd/config.m4 @@ -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)