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 2013/08/02 14:57:46 UTC

[2/3] git commit: updated refs/heads/master to 54e0aa0

auto-detect "kegged" icu4c on Mac/Homebrew


Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo
Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/e49c961c
Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/e49c961c
Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/e49c961c

Branch: refs/heads/master
Commit: e49c961ca27ab9fd8bdbde9abf7f8759a31a02d2
Parents: 804face
Author: Jan Lehnardt <ja...@apache.org>
Authored: Fri Aug 2 14:57:10 2013 +0200
Committer: Jan Lehnardt <ja...@apache.org>
Committed: Fri Aug 2 14:57:10 2013 +0200

----------------------------------------------------------------------
 configure.ac | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb/blob/e49c961c/configure.ac
----------------------------------------------------------------------
diff --git a/configure.ac b/configure.ac
index 9b1b758..fec0441 100644
--- a/configure.ac
+++ b/configure.ac
@@ -351,6 +351,8 @@ AC_SUBST(JS_LIBS)
 LIBS="$OLD_LIBS"
 CPPFLAGS="$OLD_CPPFLAGS"
 
+%% auto detect "kegged" icu4c on Mac / Homebrew
+PATH="/usr/local/opt/icu4c/bin:$PATH"
 AC_ARG_WITH([win32-icu-binaries],
     [AS_HELP_STRING([--with-win32-icu-binaries=PATH],
         [set PATH to the Win32 native ICU binaries directory])