summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfoobar <sniper@php.net>2001-05-12 00:15:08 +0000
committerfoobar <sniper@php.net>2001-05-12 00:15:08 +0000
commitbe3b514637e12dd116d6f470a91e502fa992aeaf (patch)
tree3f4581bdc4b987dda24c9434c822c77f4309473f
parentae90bcf16dd97a358cde89bc65e5e6a4cbd0e2dc (diff)
downloadphp-git-be3b514637e12dd116d6f470a91e502fa992aeaf.tar.gz
Fixed bug: #10823
-rw-r--r--ext/gd/config.m46
1 files changed, 3 insertions, 3 deletions
diff --git a/ext/gd/config.m4 b/ext/gd/config.m4
index 7199736cbc..7af64a49fa 100644
--- a/ext/gd/config.m4
+++ b/ext/gd/config.m4
@@ -8,7 +8,7 @@ AC_DEFUN(PHP_GD_JPEG,[
if test "$PHP_JPEG_DIR" != "no" -a "$PHP_JPEG_DIR"; then
if test "$PHP_JPEG_DIR" = "yes"; then
- $PHP_JPEG_DIR=/usr/local
+ PHP_JPEG_DIR=/usr/local
fi
AC_CHECK_LIB(jpeg,jpeg_read_header,[
@@ -29,7 +29,7 @@ AC_DEFUN(PHP_GD_PNG,[
if test "$PHP_PNG_DIR" != "no" -a "$PHP_PNG_DIR"; then
if test "$PHP_PNG_DIR" = "yes"; then
- $PHP_PNG_DIR=/usr/local
+ PHP_PNG_DIR=/usr/local
fi
AC_CHECK_LIB(png,png_info_init,[
@@ -51,7 +51,7 @@ AC_DEFUN(PHP_GD_XPM,[
if test "$PHP_XPM_DIR" != "no" -a "$PHP_XPM_DIR"; then
if test "$PHP_XPM_DIR" = "yes"; then
- $PHP_XPM_DIR=/usr/local
+ PHP_XPM_DIR=/usr/local
fi
AC_CHECK_LIB(Xpm,XpmFreeXpmImage, [