You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by ra...@apache.org on 2011/12/14 06:55:20 UTC

git commit: Add ICU_CPPFLAGS to ICU_C|_CXXFLAGS

Updated Branches:
  refs/heads/master 0658d982e -> 2d90a1249


Add ICU_CPPFLAGS to ICU_C|_CXXFLAGS

Reported to fix homebrew builds under jenkins (cc daleharvey)


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

Branch: refs/heads/master
Commit: 2d90a1249dea1d02d46266d52a0d269f0a33dbb0
Parents: 0658d98
Author: Randall Leeds <ra...@apache.org>
Authored: Tue Dec 13 21:08:55 2011 -0800
Committer: Randall Leeds <ra...@apache.org>
Committed: Tue Dec 13 21:53:08 2011 -0800

----------------------------------------------------------------------
 configure.ac |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb/blob/2d90a124/configure.ac
----------------------------------------------------------------------
diff --git a/configure.ac b/configure.ac
index 016cf41..e2f2265 100644
--- a/configure.ac
+++ b/configure.ac
@@ -331,6 +331,10 @@ AC_ARG_WITH([win32-icu-binaries], [AC_HELP_STRING([--with-win32-icu-binaries=PAT
 ], [
     AC_CHECK_ICU([3.4.1])
     ICU_BIN=
+    AC_MSG_CHECKING(ICU_CPPFLAGS)
+    ICU_CPPFLAGS=`$ICU_CONFIG --cppflags`
+    AC_MSG_RESULT($ICU_CPPFLAGS)
+    ICU_CFLAGS="$ICU_CPPFLAGS $ICU_CFLAGS"
 ])
 
 AC_SUBST(ICU_CFLAGS)