]> granicus.if.org Git - php/commitdiff
- Fix build
authorFelipe Pena <felipe@php.net>
Mon, 4 Oct 2010 23:05:32 +0000 (23:05 +0000)
committerFelipe Pena <felipe@php.net>
Mon, 4 Oct 2010 23:05:32 +0000 (23:05 +0000)
ext/gd/gd.c

index 4d5a278f1ac2d578fe5409942caa113f233299f8..f56299977e5489618516f210e40f0f926cd48aa4 100644 (file)
@@ -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)