mirror of
https://frontier.innolan.net/rainlance/c-ares.git
synced 2025-10-06 12:49:29 +00:00
configure: only run configure in test when NOT cross-compiling
... as the tests won't run cross-compiled anyway
This commit is contained in:
@ -877,7 +877,9 @@ squeeze CARES_PRIVATE_LIBS
|
||||
|
||||
XC_CHECK_BUILD_FLAGS
|
||||
|
||||
AC_CONFIG_SUBDIRS([test])
|
||||
if test "x$cross_compiling" = "xno"; then
|
||||
AC_CONFIG_SUBDIRS([test])
|
||||
fi
|
||||
|
||||
AC_CONFIG_FILES([Makefile libcares.pc])
|
||||
AC_OUTPUT
|
||||
|
Reference in New Issue
Block a user