From f1d905a417a3fff93df6b882eabca34c7023f980 Mon Sep 17 00:00:00 2001 From: Felipe Pena Date: Mon, 4 Oct 2010 23:05:32 +0000 Subject: [PATCH] - Fix build --- ext/gd/gd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.40.0