Commit 20705ca3 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

set an automake conditional for if this is a cross-compile or not

parent af33c6b5
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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 \