aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2004-06-03 14:37:14 +0000
committerDaniel Stenberg <daniel@haxx.se>2004-06-03 14:37:14 +0000
commit20705ca311e8cdf7ed4e7983f822d30194649c3c (patch)
tree2aca47a53fc19325176dee9902827e18b88a6575
parentaf33c6b5498f56a1434d1568b5721b402710369b (diff)
set an automake conditional for if this is a cross-compile or not
-rw-r--r--configure.ac2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index ee2fb6e0b..63aa48493 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1365,6 +1365,8 @@ AC_HELP_STRING([--disable-debug],[Disable debug options]),
AC_MSG_RESULT(no)
)
+AM_CONDITIONAL(CROSSCOMPILING, test x$cross_compiling = xyes)
+
AC_CONFIG_FILES([Makefile \
docs/Makefile \
docs/examples/Makefile \