moriyoshi Mon Jun 9 04:11:53 2003 EDT Modified files: /php4/ext/gd config.m4 Log: Fixed trivial typo Index: php4/ext/gd/config.m4 diff -u php4/ext/gd/config.m4:1.136 php4/ext/gd/config.m4:1.137 --- php4/ext/gd/config.m4:1.136 Mon Apr 21 15:07:21 2003 +++ php4/ext/gd/config.m4 Mon Jun 9 04:11:53 2003 @@ -1,5 +1,5 @@ dnl -dnl $Id: config.m4,v 1.136 2003/04/21 19:07:21 moriyoshi Exp $ +dnl $Id: config.m4,v 1.137 2003/06/09 08:11:53 moriyoshi Exp $ dnl dnl @@ -41,7 +41,7 @@ [ --enable-gd-native-ttf GD: Enable TrueType string function.], no, no) PHP_ARG_ENABLE(gd-jis-conv, whether to enable JIS-mapped Japanese font support in GD, -[ --enable-gd-jis-conv GD: Enable JIS-mapped Japanese font suppert.], no, no) +[ --enable-gd-jis-conv GD: Enable JIS-mapped Japanese font support.], no, no) dnl dnl Checks for the configure options
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php