From 54d6f8b34e20f58a9b2d5e0986480f8b6e1280fa Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sun, 5 May 2013 06:52:28 +0200 Subject: gd: missing comma --- ext/gd/config.m4 | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'ext/gd') 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" -- cgit v1.2.1