Change ICU text YAZPROXY.1.3.2
authorAdam Dickmeiss <adam@indexdata.dk>
Thu, 17 Jan 2008 22:26:27 +0000 (22:26 +0000)
committerAdam Dickmeiss <adam@indexdata.dk>
Thu, 17 Jan 2008 22:26:27 +0000 (22:26 +0000)
ac_check_icu.m4

index 8a2bb76..77c9e02 100644 (file)
@@ -24,7 +24,7 @@
 AC_DEFUN([AC_CHECK_ICU],[
        succeeded=no
        icudir=default
-       AC_ARG_WITH(icu,[  --with-icu[=PREFIX]     use libicu in PREFIX],icudir=$withval)
+       AC_ARG_WITH(icu,[  --with-icu[=PREFIX]       use ICU libs in PREFIX],icudir=$withval)
        
        if test "$icudir" != "no"; then
            if test "$icudir" = "yes" -o "$icudir" = "default"; then