Skip to content

Commit

Permalink
Revert "Skip GPL-only symbols test when cross-compiling"
Browse files Browse the repository at this point in the history
This reverts commit 61bbbd9 because
older versions of autoconf (2.63) do not support the cross-compile
argument to AC_RUN_IFELSE.

Signed-off-by: Brian Behlendorf <[email protected]>
Issue openzfs#507
  • Loading branch information
behlendorf committed Dec 12, 2015
1 parent 2c4332c commit cb877e0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion config/spl-build.m4
Original file line number Diff line number Diff line change
Expand Up @@ -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])
], [
], [
])
])

Expand Down

0 comments on commit cb877e0

Please sign in to comment.