From e7fd4c57b24d044e522d3a2bfd3d7424c5af5577 Mon Sep 17 00:00:00 2001 From: Moriyoshi Koizumi Date: Mon, 9 Jun 2003 08:11:53 +0000 Subject: [PATCH] Fixed trivial typo --- ext/gd/config.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/gd/config.m4 b/ext/gd/config.m4 index 91c2d23a95..9a1eadb215 100644 --- a/ext/gd/config.m4 +++ b/ext/gd/config.m4 @@ -41,7 +41,7 @@ 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 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 -- 2.50.1