File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ AC_DEFUN(PHP_GD_JPEG,[
8
8
9
9
if test "$PHP_JPEG_DIR" != "no" -a "$PHP_JPEG_DIR"; then
10
10
if test "$PHP_JPEG_DIR" = "yes"; then
11
- $ PHP_JPEG_DIR=/usr/local
11
+ PHP_JPEG_DIR=/usr/local
12
12
fi
13
13
14
14
AC_CHECK_LIB ( jpeg ,jpeg_read_header ,[
@@ -29,7 +29,7 @@ AC_DEFUN(PHP_GD_PNG,[
29
29
30
30
if test "$PHP_PNG_DIR" != "no" -a "$PHP_PNG_DIR"; then
31
31
if test "$PHP_PNG_DIR" = "yes"; then
32
- $ PHP_PNG_DIR=/usr/local
32
+ PHP_PNG_DIR=/usr/local
33
33
fi
34
34
35
35
AC_CHECK_LIB ( png ,png_info_init ,[
@@ -51,7 +51,7 @@ AC_DEFUN(PHP_GD_XPM,[
51
51
52
52
if test "$PHP_XPM_DIR" != "no" -a "$PHP_XPM_DIR"; then
53
53
if test "$PHP_XPM_DIR" = "yes"; then
54
- $ PHP_XPM_DIR=/usr/local
54
+ PHP_XPM_DIR=/usr/local
55
55
fi
56
56
57
57
AC_CHECK_LIB ( Xpm ,XpmFreeXpmImage , [
You can’t perform that action at this time.
0 commit comments