summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStig Bakken <ssb@php.net>1999-04-21 21:27:18 +0000
committerStig Bakken <ssb@php.net>1999-04-21 21:27:18 +0000
commit5d75ccdcff767d5992e4a9bd2ec1ecb60763cb69 (patch)
tree000506780bdd802d78f1843269b396094eb33fa2
parent3789ac7ea048f6280fd23698881c49e3fe8a48a7 (diff)
downloadphp-git-5d75ccdcff767d5992e4a9bd2ec1ecb60763cb69.tar.gz
gd compile fix
-rw-r--r--ext/gd/gd.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/ext/gd/gd.c b/ext/gd/gd.c
index 32a980254f..b241b01e8f 100644
--- a/ext/gd/gd.c
+++ b/ext/gd/gd.c
@@ -62,11 +62,7 @@
#include <gdfontl.h> /* 4 Large font */
#include <gdfontg.h> /* 5 Giant font */
#if HAVE_LIBTTF
-# if PHP_31
-# include "gdttf.h"
-# else
-# include "functions/gdttf.h"
-# endif
+# include "gdttf.h"
#endif
#ifndef M_PI