summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2013-02-25 10:18:03 +0200
committerTor Lillqvist <tml@iki.fi>2013-02-25 10:19:00 +0200
commit69800aa08845955a1a8cedd126e27ac1ec352792 (patch)
tree2cbae4aa9d7fd2ccaad4180d7104f7f33b3920c7 /configure.ac
parent12de9b3361236e1d6c931409cf0ad0d4f9924008 (diff)
I am not so sure the --with-system-FOO-for-build options are superseded?
Change-Id: If1990e43938c5653cd7444cbaaf8ade1ab4f7d1e
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac5
1 files changed, 4 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 0ea3acf969c2..3d4166d5c386 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2011,7 +2011,10 @@ AC_ARG_WITH(macosx-version-max-allowed,
dnl ===================================================================
dnl options for stuff used during cross-compilation build
-dnl These are superseded by --with-build-platform-configure-options
+dnl These are superseded by --with-build-platform-configure-options.
+dnl Or are they? Look for the complicated tests for "$cross_compiling" = "yes" -a \(
+dnl "$with_system_icu_for_build" = "yes" -o "$with_system_icu_for_build" = "force" \)
+dnl far below. Could whoever understands MinGW cross-compilation clean up this please.
dnl ===================================================================
AC_ARG_WITH(system-boost-for-build,