diff options
author | Daniel Stenberg <daniel@haxx.se> | 2004-06-03 14:37:14 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2004-06-03 14:37:14 +0000 |
commit | 20705ca311e8cdf7ed4e7983f822d30194649c3c (patch) | |
tree | 2aca47a53fc19325176dee9902827e18b88a6575 /configure.ac | |
parent | af33c6b5498f56a1434d1568b5721b402710369b (diff) | |
download | curl-20705ca311e8cdf7ed4e7983f822d30194649c3c.tar.gz |
set an automake conditional for if this is a cross-compile or not
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
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 \ |