diff --git a/configure.ac b/configure.ac index ee2fb6e0b8fda47ce7017677b4b5471e51830aaf..63aa48493018091acbd526027aa0bb7b80051f60 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 \