1
0
mirror of https://github.com/php/php-src.git synced 2026-04-22 15:38:49 +02:00

Beutifying the output of configure a bit.

# I promise, this is the last commit for today. =)
This commit is contained in:
foobar
2000-11-09 02:59:17 +00:00
parent 781816998c
commit ffc95d6125
+2 -1
View 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)