From b707a67d13060ef9723cd685280b4e47f71c2ac6 Mon Sep 17 00:00:00 2001 From: Robert Newson Date: Tue, 27 Sep 2011 23:11:24 +0000 Subject: Fixes COUCHDB-1152 - Update ICU on Windows. Thanks to Dave Cottlehuber for the patch. git-svn-id: https://svn.apache.org/repos/asf/couchdb/branches/1.1.x@1176651 13f79535-47bb-0310-9956-ffa450edef68 --- src/couchdb/priv/Makefile.am | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/couchdb') diff --git a/src/couchdb/priv/Makefile.am b/src/couchdb/priv/Makefile.am index 3d11e663..4a32c0a2 100644 --- a/src/couchdb/priv/Makefile.am +++ b/src/couchdb/priv/Makefile.am @@ -84,9 +84,9 @@ install-data-hook: $(LN_S) couch_icu_driver couch_icu_driver.so; \ fi if WINDOWS - $(INSTALL) $(ICU_LOCAL_BIN)/icuuc42.dll $(bindir) - $(INSTALL) $(ICU_LOCAL_BIN)/icudt42.dll $(bindir) - $(INSTALL) $(ICU_LOCAL_BIN)/icuin42.dll $(bindir) + $(INSTALL) $(ICU_LOCAL_BIN)/icuuc44.dll $(bindir) + $(INSTALL) $(ICU_LOCAL_BIN)/icudt44.dll $(bindir) + $(INSTALL) $(ICU_LOCAL_BIN)/icuin44.dll $(bindir) $(INSTALL) $(JS_LIB_BINARY) $(bindir) $(INSTALL) .libs/couchspawnkillable.exe \ "$(DESTDIR)$(couchprivdir)/couchspawnkillable.exe" -- cgit v1.2.3