[Libreoffice-commits] .: configure.ac

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Sun Jan 27 03:30:26 PST 2013


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

New commits:
commit 715f2c8a7015676c26e009228a4197da14f929fa
Author: Fridrich Å trba <fridrich.strba at bluewin.ch>
Date:   Sun Jan 27 12:30:00 2013 +0100

    When running icu-config, get cxxflags too

diff --git a/configure.ac b/configure.ac
index 6aee4f3..446aa40 100644
--- a/configure.ac
+++ b/configure.ac
@@ -69,7 +69,7 @@ PKG_CHECK_MODULES([ICU],[icu-i18n],[],[
 	AC_PATH_PROG([ICU_CONFIG],[icu-config])
 	AC_MSG_CHECKING([ICU installation])
 	if ${ICU_CONFIG} --cflags >/dev/null 2>&1; then
-		ICU_CFLAGS=`${ICU_CONFIG} --cppflags-searchpath`
+		ICU_CFLAGS=`${ICU_CONFIG} --cppflags-searchpath --cxxflags`
 		ICU_LIBS=`${ICU_CONFIG} --ldflags`
 		AC_MSG_RESULT([found])
 	else


More information about the Libreoffice-commits mailing list