Revert "Skip GPL-only symbols test when cross-compiling"

This reverts commit 61bbbd9a77 because
older versions of autoconf (2.63) do not support the cross-compile
argument to AC_RUN_IFELSE.

Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
Issue #507
This commit is contained in:
Brian Behlendorf 2015-12-11 16:57:05 -08:00
parent 2c4332cf79
commit cb877e0ff2

View File

@ -683,7 +683,6 @@ AC_DEFUN([SPL_AC_TEST_MODULE],
AC_DEFINE([SPL_IS_GPL_COMPATIBLE], [1],
[Define to 1 if GPL-only symbols can be used])
], [
], [
])
])