summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorDavid Schleef <ds@schleef.org>2010-08-25 03:28:16 -0700
committerDavid Schleef <ds@schleef.org>2010-08-25 03:30:22 -0700
commit1cfa2e7c1b8e4f42a70aa6a59ef78384c93f3139 (patch)
treec857d76f274cacdf8775ea5e0b72a62fce774b69 /configure.ac
parent5e6f2927d0d431eb8da31542b69b3c86fcc07272 (diff)
Fix cross compiling
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 5d5c570..f1e030f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -31,6 +31,8 @@ AC_CONFIG_SRCDIR([orc/orc.h])
ACLOCAL_AMFLAGS="-I m4 $ACLOCAL_AMFLAGS"
AC_SUBST(ACLOCAL_AMFLAGS)
+AM_CONDITIONAL(CROSS_COMPILING, test "x$cross_compiling" = "xyes")
+
##################################################
# Check for gtk-doc.
##################################################