summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPierre Joye <pajoye@php.net>2009-03-31 18:05:36 +0000
committerPierre Joye <pajoye@php.net>2009-03-31 18:05:36 +0000
commit03243d7e17702ac4e712d6b77c2a81f7cc2eb9c6 (patch)
treee1ef166b8e2a13dc460807486a9176b3347d8bd8
parenta35ba550651ecc5c4947386384ca381d7de4421f (diff)
downloadphp-git-03243d7e17702ac4e712d6b77c2a81f7cc2eb9c6.tar.gz
- silent warning
-rw-r--r--ext/gd/php_gd.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/ext/gd/php_gd.h b/ext/gd/php_gd.h
index 0f12a8c258..008bb5d7d7 100644
--- a/ext/gd/php_gd.h
+++ b/ext/gd/php_gd.h
@@ -25,7 +25,9 @@
#define HAVE_GDIMAGECREATEFROMPNG 1
#if HAVE_LIBFREETYPE
-#define ENABLE_GD_TTF
+# ifndef ENABLE_GD_TTF
+# define ENABLE_GD_TTF
+# endif
#endif
#if HAVE_LIBGD