You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by ja...@apache.org on 2010/06/01 17:13:18 UTC

svn commit: r950107 - /couchdb/trunk/configure.ac

Author: jan
Date: Tue Jun  1 15:13:18 2010
New Revision: 950107

URL: http://svn.apache.org/viewvc?rev=950107&view=rev
Log:
Require ICU 3.4.1. Closes COUCHDB-175.

Modified:
    couchdb/trunk/configure.ac

Modified: couchdb/trunk/configure.ac
URL: http://svn.apache.org/viewvc/couchdb/trunk/configure.ac?rev=950107&r1=950106&r2=950107&view=diff
==============================================================================
--- couchdb/trunk/configure.ac (original)
+++ couchdb/trunk/configure.ac Tue Jun  1 15:13:18 2010
@@ -198,7 +198,7 @@ AC_ARG_WITH([win32-icu-binaries], [AC_HE
     ICU_LOCAL_LDFLAGS="-L$withval/lib"
     ICU_LOCAL_BIN=$withval/bin
 ], [
-    AC_CHECK_ICU([3])
+    AC_CHECK_ICU([3.4.1])
     ICU_LOCAL_CFLAGS=`$ICU_CONFIG --cppflags-searchpath`
     ICU_LOCAL_LDFLAGS=`$ICU_CONFIG --ldflags-searchpath`
     ICU_LOCAL_BIN=