sniper          Thu Jan 23 01:23:08 2003 EDT

  Modified files:              
    /php4/ext/gd        config.m4 
  Log:
  MFB
  
Index: php4/ext/gd/config.m4
diff -u php4/ext/gd/config.m4:1.127 php4/ext/gd/config.m4:1.128
--- php4/ext/gd/config.m4:1.127 Mon Jan 20 05:39:29 2003
+++ php4/ext/gd/config.m4       Thu Jan 23 01:23:08 2003
@@ -1,5 +1,5 @@
 dnl
-dnl $Id: config.m4,v 1.127 2003/01/20 10:39:29 sniper Exp $
+dnl $Id: config.m4,v 1.128 2003/01/23 06:23:08 sniper Exp $
 dnl
 
 dnl
@@ -183,6 +183,7 @@
     
     if test -n "$FREETYPE2_DIR" ; then
       PHP_ADD_LIBRARY_WITH_PATH(freetype, $FREETYPE2_DIR/lib, GD_SHARED_LIBADD)
+      PHP_ADD_INCLUDE($FREETYPE2_DIR/include)
       PHP_ADD_INCLUDE($FREETYPE2_INC_DIR)
       AC_DEFINE(USE_GD_IMGSTRTTF, 1, [ ])
       AC_DEFINE(HAVE_LIBFREETYPE,1,[ ])



-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to