Revert "Add ICU_CPPFLAGS to ICU_C|_CXXFLAGS" As of 32fb9f8e0416910a2431227b5fbdeef93ccd94bc this should no longer be necessary.
This reverts commit 2d90a1249dea1d02d46266d52a0d269f0a33dbb0. Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/5c2c11f2 Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/5c2c11f2 Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/5c2c11f2 Branch: refs/heads/COUCHDB-1342 Commit: 5c2c11f269704608c1b1b24db8557335370d593a Parents: bf7c74e Author: Randall Leeds <[email protected]> Authored: Fri Jan 6 13:45:23 2012 -0800 Committer: Randall Leeds <[email protected]> Committed: Fri Jan 6 13:45:23 2012 -0800 ---------------------------------------------------------------------- configure.ac | 4 ---- 1 files changed, 0 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb/blob/5c2c11f2/configure.ac ---------------------------------------------------------------------- diff --git a/configure.ac b/configure.ac index 646b8a8..c6d564a 100644 --- a/configure.ac +++ b/configure.ac @@ -329,10 +329,6 @@ 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)
