From 876cbca5e6398b25330ba7a0613884b2fc5aa075 Mon Sep 17 00:00:00 2001
From: fgerlits <fgerlits@cfc7b370-4200-0410-a6e3-cb6bdb053afe>
Date: Wed, 8 Nov 2006 19:00:43 +0000
Subject: [PATCH] undoing a change in [2433] which was pointless and possibly
 harmful

---
 campcaster/etc/configure.ac | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/campcaster/etc/configure.ac b/campcaster/etc/configure.ac
index e60e14aa3..ed8610932 100644
--- a/campcaster/etc/configure.ac
+++ b/campcaster/etc/configure.ac
@@ -323,8 +323,8 @@ dnl-----------------------------------------------------------------------------
 AC_ARG_WITH([check-icu],
             AC_HELP_STRING([--with-check-icu],
                [check for the availability of the icu library on the
-                system, and use it if available (no)]),
-            [CHECK_ICU_LIB=${withval}], [CHECK_ICU_LIB=no])
+                system, and use it if available (yes)]),
+            [CHECK_ICU_LIB=${withval}], [CHECK_ICU_LIB=yes])
 
 AC_MSG_RESULT([checking for icu library on system: ${CHECK_ICU_LIB}])