Skip to content
Snippets Groups Projects
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
No related branches found
No related tags found
No related merge requests found
......@@ -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 \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment