[librsvg/hospitality: 3/12] configure.ac: Put the cross-compiling machinery all together
- From: Federico Mena Quintero <federico src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [librsvg/hospitality: 3/12] configure.ac: Put the cross-compiling machinery all together
- Date: Thu, 30 Nov 2017 15:32:48 +0000 (UTC)
commit 429f65c6074aca60722a30342aeec07f9bea06a4
Author: Federico Mena Quintero <federico gnome org>
Date: Thu Nov 30 08:20:01 2017 -0600
configure.ac: Put the cross-compiling machinery all together
configure.ac | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 18ca8bd..d26e312 100644
--- a/configure.ac
+++ b/configure.ac
@@ -188,8 +188,6 @@ AC_SUBST([gdk_pixbuf_cache_file])
AM_CONDITIONAL([ENABLE_PIXBUF_LOADER],[test "$enable_pixbuf_loader" = "yes"])
-AM_CONDITIONAL(CROSS_COMPILING, test $cross_compiling = yes)
-
##########################################################
# Check for -Bsymbolic-functions linker flag used to avoid
# intra-library PLT jumps, if available.
@@ -262,6 +260,7 @@ else
fi
AM_CONDITIONAL([DEBUG_RELEASE], [test "x$debug_release" = "xyes"])
+AM_CONDITIONAL(CROSS_COMPILING, test $cross_compiling = yes)
if test "x$cross_compiling" = "xyes" ; then
RUST_TARGET_SUBDIR="$host/$RUST_TARGET_SUBDIR"
fi
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]