From: Michael Wallner Date: Mon, 12 Dec 2016 07:28:59 +0000 (+0100) Subject: typo X-Git-Tag: RELEASE_3_1_0~3 X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=commitdiff_plain;h=b4175028c2a884d5aa0359c98901629c908c6cc0;hp=0d62d1283ec3032eadd888e7ed30566513f30b36 typo --- diff --git a/config9.m4 b/config9.m4 index f7619c5..1f8adab 100644 --- a/config9.m4 +++ b/config9.m4 @@ -76,7 +76,7 @@ if test "$PHP_HTTP" != "no"; then dnl ICU IDNA PHP_ARG_WITH([http-libicu-dir], [whether/where to check for libicu], - [ --with-http-libidn-dir[=DIR] HTTP: where to find libicu], $PHP_HTTP_LIBCURL_DIR, no) + [ --with-http-libicu-dir[=DIR] HTTP: where to find libicu], $PHP_HTTP_LIBCURL_DIR, no) if test "$PHP_HTTP_LIBICU_DIR" != "no"; then AC_PATH_PROG(ICU_CONFIG, icu-config, false, [$PHP_HTTP_LIBICU_DIR/bin:$PATH:/usr/local/bin])