From b4175028c2a884d5aa0359c98901629c908c6cc0 Mon Sep 17 00:00:00 2001 From: Michael Wallner Date: Mon, 12 Dec 2016 08:28:59 +0100 Subject: [PATCH] typo --- config9.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]) -- 2.30.2