summaryrefslogtreecommitdiff
path: root/ext/gd/config.m4
diff options
context:
space:
mode:
authorRemi Collet <remi@php.net>2013-05-05 06:52:28 +0200
committerRemi Collet <remi@php.net>2013-05-05 06:52:28 +0200
commit54d6f8b34e20f58a9b2d5e0986480f8b6e1280fa (patch)
treec151e1dac3bf18fe584bb0123a83dddf96e3d2f3 /ext/gd/config.m4
parent2ab270011dfcbfea8e39374f546d6ced653059b5 (diff)
downloadphp-git-54d6f8b34e20f58a9b2d5e0986480f8b6e1280fa.tar.gz
gd: missing comma
Diffstat (limited to 'ext/gd/config.m4')
-rw-r--r--ext/gd/config.m43
1 files changed, 1 insertions, 2 deletions
diff --git a/ext/gd/config.m4 b/ext/gd/config.m4
index 1328b82dcb..748a352ed0 100644
--- a/ext/gd/config.m4
+++ b/ext/gd/config.m4
@@ -9,7 +9,6 @@ dnl
PHP_ARG_WITH(gd, for GD support,
[ --with-gd[=DIR] Include GD support. DIR is the GD library base
install directory [BUNDLED]])
-
if test -z "$PHP_VPX_DIR"; then
PHP_ARG_WITH(vpx-dir, for the location of libvpx,
[ --with-vpx-dir[=DIR] GD: Set the path to libvpx install prefix], no, no)
@@ -299,7 +298,7 @@ dnl PNG is required by GD library
dnl These are always available with bundled library
AC_DEFINE(HAVE_GD_BUNDLED, 1, [ ])
AC_DEFINE(HAVE_GD_PNG, 1, [ ])
- AC_DEFINE(HAVE_GD_CACHE_CREATE 1, [ ])
+ AC_DEFINE(HAVE_GD_CACHE_CREATE, 1, [ ])
dnl Make sure the libgd/ is first in the include path
GDLIB_CFLAGS="-DHAVE_LIBPNG"