From: Brian Behlendorf Date: Sat, 12 Dec 2015 00:57:05 +0000 (-0800) Subject: Revert "Skip GPL-only symbols test when cross-compiling" X-Git-Tag: zfs-0.8.0-rc1~152^2~125 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=cb877e0ff2648085c56ab78f15740f2b64bab849;p=zfs Revert "Skip GPL-only symbols test when cross-compiling" This reverts commit 61bbbd9a775a5517af513e5014edbdd73a32f7e4 because older versions of autoconf (2.63) do not support the cross-compile argument to AC_RUN_IFELSE. Signed-off-by: Brian Behlendorf Issue #507 --- diff --git a/config/spl-build.m4 b/config/spl-build.m4 index 748e9e16d..daa9eb714 100644 --- a/config/spl-build.m4 +++ b/config/spl-build.m4 @@ -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]) ], [ - ], [ ]) ])