]> granicus.if.org Git - php/commitdiff
This should fix TTF support - untested
authorRasmus Lerdorf <rasmus@php.net>
Thu, 19 Aug 1999 05:23:02 +0000 (05:23 +0000)
committerRasmus Lerdorf <rasmus@php.net>
Thu, 19 Aug 1999 05:23:02 +0000 (05:23 +0000)
ext/gd/php3_gd.h

index ebc0d007e5144f8d6caa78a03fabbcd0b351ecb0..d15ff9b9e74971640c5635def437434ad30164a5 100644 (file)
@@ -35,7 +35,7 @@
 #define _PHP3_GD_H
 
 
-#if defined(HAVE_LIBTTF)
+#if HAVE_LIBTTF|HAVE_LIBFREETYPE
 #define ENABLE_GD_TTF
 #endif