summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2011-06-05 01:24:52 +0300
committerTor Lillqvist <tml@iki.fi>2011-06-05 01:24:52 +0300
commitaa961bb6caf8bb30bb5e6883833794505f4962b0 (patch)
treefeab26a93f9860597cc992d5ea60d63c7dbae26f /configure.in
parentbfdb840181018d3837b2989e5370222cfab6fcd5 (diff)
Bin the --with-icu-native-build-root option
Diffstat (limited to 'configure.in')
-rwxr-xr-xconfigure.in20
1 files changed, 0 insertions, 20 deletions
diff --git a/configure.in b/configure.in
index 17302c673e0f..2e117052a9f8 100755
--- a/configure.in
+++ b/configure.in
@@ -1233,19 +1233,6 @@ AC_ARG_WITH(mingw-cross-compiler,
],
,)
-AC_ARG_WITH(icu-native-build-root,
- AS_HELP_STRING([--with-icu-native-build-root],
- [Specify the the 'source' directory of a native build of ICU.])
- [
- Usage: --with-icu-native-build-root=<path>>
-
- When cross-compiling and not using a "system" ICU,
- specify the path to the "source" directory of the
- ICU build in a native LibreOffice build tree. For example
- --with-icu-native-build-root=/Users/tml/lo-macosx/icu/unxmacxi.pro/misc/build/icu/source
- ],
-,)
-
AC_ARG_WITH(build-version,
AS_HELP_STRING([--with-build-version],
[Allows the builder to add a custom version tag that will appear in the
@@ -5588,12 +5575,6 @@ else
AC_MSG_RESULT([internal])
SYSTEM_ICU=NO
BUILD_TYPE="$BUILD_TYPE ICU"
- if test "$cross_compiling" = "yes"; then
- if test "$with_icu_native_build_root" = "" ; then
- AC_MSG_ERROR([when cross-compiling ICU you must use --with-icu-native-build-root])
- fi
- ICU_NATIVE_BUILD_ROOT="$with_icu_native_build_root"
- fi
fi
AC_SUBST(SYSTEM_ICU)
AC_SUBST(SYSTEM_GENBRK)
@@ -5602,7 +5583,6 @@ AC_SUBST(SYSTEM_GENCMN)
AC_SUBST(ICU_MAJOR)
AC_SUBST(ICU_MINOR)
AC_SUBST(ICU_MICRO)
-AC_SUBST(ICU_NATIVE_BUILD_ROOT)
dnl ===================================================================
dnl Graphite