From: Felipe Pena Date: Mon, 4 Oct 2010 23:05:32 +0000 (+0000) Subject: - Fix build X-Git-Tag: php-5.4.0alpha1~191^2~840 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f1d905a417a3fff93df6b882eabca34c7023f980;p=php - Fix build --- diff --git a/ext/gd/gd.c b/ext/gd/gd.c index 4d5a278f1a..f56299977e 100644 --- a/ext/gd/gd.c +++ b/ext/gd/gd.c @@ -2600,7 +2600,7 @@ PHP_FUNCTION(imagecreatefromwebp) /* }}} */ #endif /* HAVE_GD_VPX */ -#ifdef HAVE_GD_WEBP +#ifdef HAVE_GD_XBM /* {{{ proto resource imagecreatefromxbm(string filename) Create a new image from XBM file or URL */ PHP_FUNCTION(imagecreatefromxbm)