diff options
author | Pierre Joye <pajoye@php.net> | 2009-03-31 18:05:36 +0000 |
---|---|---|
committer | Pierre Joye <pajoye@php.net> | 2009-03-31 18:05:36 +0000 |
commit | 03243d7e17702ac4e712d6b77c2a81f7cc2eb9c6 (patch) | |
tree | e1ef166b8e2a13dc460807486a9176b3347d8bd8 | |
parent | a35ba550651ecc5c4947386384ca381d7de4421f (diff) | |
download | php-git-03243d7e17702ac4e712d6b77c2a81f7cc2eb9c6.tar.gz |
- silent warning
-rw-r--r-- | ext/gd/php_gd.h | 4 |
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 |