]> granicus.if.org Git - php/commitdiff
Fixed bug: #10823
authorfoobar <sniper@php.net>
Sat, 12 May 2001 00:15:08 +0000 (00:15 +0000)
committerfoobar <sniper@php.net>
Sat, 12 May 2001 00:15:08 +0000 (00:15 +0000)
ext/gd/config.m4

index 7199736cbceecb463dba638d5b9c191113655fe7..7af64a49fabecce2b92417dd7af8c96796c24d39 100644 (file)
@@ -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, [