diff options
author | Moriyoshi Koizumi <moriyoshi@php.net> | 2003-04-21 19:07:21 +0000 |
---|---|---|
committer | Moriyoshi Koizumi <moriyoshi@php.net> | 2003-04-21 19:07:21 +0000 |
commit | f9e805d52b4d9c112dac5c6027132246e43849ca (patch) | |
tree | 58327b953dbb4373168841452c51af5ab9acf709 | |
parent | c591d4decd0a2b6d8e475e4c68ac281be8bce41a (diff) | |
download | php-git-f9e805d52b4d9c112dac5c6027132246e43849ca.tar.gz |
The feature is less revelant to encoding conversion indeed
-rw-r--r-- | ext/gd/config.m4 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/gd/config.m4 b/ext/gd/config.m4 index 4ef33473f0..91c2d23a95 100644 --- a/ext/gd/config.m4 +++ b/ext/gd/config.m4 @@ -40,8 +40,8 @@ PHP_ARG_WITH(t1lib, for T1lib support, 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) -PHP_ARG_ENABLE(gd-jis-conv, whether to enable japanese encoding conversion in GD, -[ --enable-gd-jis-conv GD: Enable Japanese encoding conversion.], 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) dnl dnl Checks for the configure options |