summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFelipe Pena <felipe@php.net>2010-10-04 23:05:32 +0000
committerFelipe Pena <felipe@php.net>2010-10-04 23:05:32 +0000
commitf1d905a417a3fff93df6b882eabca34c7023f980 (patch)
tree1c67d87df4ec55e327a530896d816755d90d43aa
parent12f855b3be3b24e2df9ebbcdeab85b91b21789f8 (diff)
downloadphp-git-f1d905a417a3fff93df6b882eabca34c7023f980.tar.gz
- Fix build
-rw-r--r--ext/gd/gd.c2
1 files changed, 1 insertions, 1 deletions
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)