From 69800aa08845955a1a8cedd126e27ac1ec352792 Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Mon, 25 Feb 2013 10:18:03 +0200 Subject: I am not so sure the --with-system-FOO-for-build options are superseded? Change-Id: If1990e43938c5653cd7444cbaaf8ade1ab4f7d1e --- configure.ac | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'configure.ac') 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, -- cgit