[Libreoffice-commits] .: configure.in

Jan Holesovsky kendy at kemper.freedesktop.org
Wed Aug 24 05:05:29 PDT 2011


 configure.in |    3 +++
 1 file changed, 3 insertions(+)

New commits:
commit 4482fb31802be699aad9133a59a9699e87d4201b
Author: Jan Holesovsky <kendy at suse.cz>
Date:   Wed Aug 24 14:04:10 2011 +0200

    Avoid ICU version confusion betwen build and host platform.

diff --git a/configure.in b/configure.in
index 5e7790f..4775833 100755
--- a/configure.in
+++ b/configure.in
@@ -5836,6 +5836,9 @@ AC_SUBST(SYSTEM_SANE_HEADER)
 dnl ===================================================================
 dnl Check for system icu
 dnl ===================================================================
+ICU_MAJOR=
+ICU_MINOR=
+ICU_MICRO=
 AC_MSG_CHECKING([which icu to use])
 if test -n "$with_system_icu" -o -n "$with_system_libs" && \
         test "$with_system_icu" != "no"; then


More information about the Libreoffice-commits mailing list