From ffc95d6125728d5ff059757c4d662e0f6d721724 Mon Sep 17 00:00:00 2001 From: foobar Date: Thu, 9 Nov 2000 02:59:17 +0000 Subject: [PATCH] Beutifying the output of configure a bit. # I promise, this is the last commit for today. =) --- ext/gd/config.m4 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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) -- 2.40.0