diff options
author | Prakash Surya <[email protected]> | 2012-08-22 13:16:02 -0700 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2012-08-27 11:58:37 -0700 |
commit | 587045a6386d1e7a6256eb6ef825e046beabd9a3 (patch) | |
tree | 8f428e51a3348fc092b8ffafa23af89f7f9f33b3 /config/spl-build.m4 | |
parent | e3a436070283596bae22773fee3b56d846ab6cec (diff) |
Remove SPL_LINUX_CONFIG autoconf macro
Since removing the check for CONFIG_PREEMPT, there are no consumers of
the SPL_LINUX_CONFIG macro. As such, there is no reason to keep it
around.
Signed-off-by: Prakash Surya <[email protected]>
Signed-off-by: Brian Behlendorf <[email protected]>
Closes #164
Diffstat (limited to 'config/spl-build.m4')
-rw-r--r-- | config/spl-build.m4 | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/config/spl-build.m4 b/config/spl-build.m4 index e3b65d05c..dad4c8ed2 100644 --- a/config/spl-build.m4 +++ b/config/spl-build.m4 @@ -647,26 +647,6 @@ AC_DEFUN([SPL_LINUX_TRY_COMPILE], ]) dnl # -dnl # SPL_LINUX_CONFIG -dnl # -AC_DEFUN([SPL_LINUX_CONFIG], - [AC_MSG_CHECKING([whether Linux was built with CONFIG_$1]) - SPL_LINUX_TRY_COMPILE([ - #include <linux/module.h> - ],[ - #ifndef CONFIG_$1 - #error CONFIG_$1 not #defined - #endif - ],[ - AC_MSG_RESULT([yes]) - $2 - ],[ - AC_MSG_RESULT([no]) - $3 - ]) -]) - -dnl # dnl # SPL_CHECK_SYMBOL_EXPORT dnl # check symbol exported or not dnl # |