sniper          Fri Apr  4 10:56:11 2003 EDT

  Modified files:              
    /php4/ext/gd        config.m4 
  Log:
  Check that t1lib has T1_StrError
  
Index: php4/ext/gd/config.m4
diff -u php4/ext/gd/config.m4:1.131 php4/ext/gd/config.m4:1.132
--- php4/ext/gd/config.m4:1.131 Mon Mar 17 21:13:49 2003
+++ php4/ext/gd/config.m4       Fri Apr  4 10:56:10 2003
@@ -1,5 +1,5 @@
 dnl
-dnl $Id: config.m4,v 1.131 2003/03/18 02:13:49 sniper Exp $
+dnl $Id: config.m4,v 1.132 2003/04/04 15:56:10 sniper Exp $
 dnl
 
 dnl
@@ -35,7 +35,7 @@
 [  --with-freetype-dir[=DIR] GD: Set the path to FreeType 2 install prefix.], no, no)
 
 PHP_ARG_WITH(t1lib, for T1lib support,
-[  --with-t1lib[=DIR]        GD: Include T1lib support.], no, no)
+[  --with-t1lib[=DIR]        GD: Include T1lib support. T1lib version >= 5.0.0 
required], no, no)
 
 PHP_ARG_ENABLE(gd-native-ttf, whether to enable truetype string function in GD,
 [  --enable-gd-native-ttf    GD: Enable TrueType string function.], no, no)
@@ -206,7 +206,7 @@
       AC_MSG_ERROR([Your t1lib distribution is not installed correctly. Please 
reinstall it.]) 
     fi
 
-    PHP_CHECK_LIBRARY(t1, T1_LoadFont, 
+    PHP_CHECK_LIBRARY(t1, T1_StrError,
     [
       AC_DEFINE(HAVE_LIBT1,1,[ ])
       PHP_ADD_INCLUDE($GD_T1_DIR/include)



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

Reply via email to