aboutsummaryrefslogtreecommitdiffstats
path: root/config/user.m4
diff options
context:
space:
mode:
authorBrian Behlendorf <[email protected]>2011-06-14 15:09:05 -0700
committerBrian Behlendorf <[email protected]>2011-06-14 16:40:35 -0700
commit2e08aedba456dccddf6418908a55014e56cad226 (patch)
treea75555bfa4b1760023fb1620cb843b53376d936e /config/user.m4
parent8a7e1ceefa430988c8f888ca708ab307333b4464 (diff)
Always check -Wno-unused-but-set-variable gcc support
The previous commit 8a7e1ceefa430988c8f888ca708ab307333b4464 wasn't quite right. This check applies to both the user and kernel space build and as such we must make sure it runs regardless of what the --with-config option is set too. For example, if --with-config=kernel then the autoconf test does not run and we generate build warnings when compiling the kernel packages.
Diffstat (limited to 'config/user.m4')
-rw-r--r--config/user.m41
1 files changed, 0 insertions, 1 deletions
diff --git a/config/user.m4 b/config/user.m4
index d12633f39..a79deefe8 100644
--- a/config/user.m4
+++ b/config/user.m4
@@ -9,6 +9,5 @@ AC_DEFUN([ZFS_AC_CONFIG_USER], [
ZFS_AC_CONFIG_USER_LIBBLKID
ZFS_AC_CONFIG_USER_LIBSELINUX
ZFS_AC_CONFIG_USER_FRAME_LARGER_THAN
- ZFS_AC_CONFIG_USER_NO_UNUSED_BUT_SET_VARIABLE
ZFS_AC_CONFIG_USER_STACK_GUARD
])