1
0
mirror of https://github.com/php/php-src.git synced 2026-04-11 10:03:18 +02:00
This commit is contained in:
foobar
2001-05-12 00:15:08 +00:00
parent ae90bcf16d
commit be3b514637

View 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, [