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: upstream/7.37.1~12574 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=20705ca311e8cdf7ed4e7983f822d30194649c3c;p=platform%2Fupstream%2Fcurl.git set an automake conditional for if this is a cross-compile or not --- diff --git a/configure.ac b/configure.ac index ee2fb6e..63aa484 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 \