summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ext/gd/tests/bug19266.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/gd/tests/bug19266.phpt b/ext/gd/tests/bug19266.phpt
index 457d6c8764..b2e8b4a557 100644
--- a/ext/gd/tests/bug19266.phpt
+++ b/ext/gd/tests/bug19266.phpt
@@ -1,7 +1,7 @@
--TEST--
gdimagefill() function (Bug #19366 (in bundled libgd))
--SKIPIF--
-<?php if (!extension_loaded('gd')) die("skip\n"); ?>
+<?php if (!extension_loaded('gd') || !HAVE_BUNDLED_GD) die("skip\n"); ?>
--POST--
--GET--
--INI--