From: Daniel Stenberg Date: Thu, 3 Jun 2004 14:37:14 +0000 (+0000) Subject: set an automake conditional for if this is a cross-compile or not X-Git-Tag: curl-7_12_1~334 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=20705ca311e8cdf7ed4e7983f822d30194649c3c;p=thirdparty%2Fcurl.git set an automake conditional for if this is a cross-compile or not --- diff --git a/configure.ac b/configure.ac index ee2fb6e0b8..63aa484930 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 \