Browse Source

Beutifying the output of configure a bit.

# I promise, this is the last commit for today. =)
PHP-4.0.5
foobar 26 years ago
parent
commit
ffc95d6125
  1. 3
      ext/gd/config.m4

3
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)

Loading…
Cancel
Save