]> git.proxmox.com Git - mirror_zfs.git/commitdiff
Revert "Skip GPL-only symbols test when cross-compiling"
authorBrian Behlendorf <behlendorf1@llnl.gov>
Sat, 12 Dec 2015 00:57:05 +0000 (16:57 -0800)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Sat, 12 Dec 2015 01:07:00 +0000 (17:07 -0800)
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 <behlendorf1@llnl.gov>
Issue #507

config/spl-build.m4

index 748e9e16d0269ce5117c118c67836eeb7b979e1d..daa9eb714897d090efb6492ed2311b243d151b19 100644 (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])
        ], [
-       ], [
        ])
 ])