aboutsummaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorBrian Behlendorf <[email protected]>2015-03-27 14:22:38 -0700
committerBrian Behlendorf <[email protected]>2015-03-27 14:22:38 -0700
commit72998c2c9db99a7589cfd4696bd11042e262297d (patch)
tree905a3f9c4c4ff34aa36ad8e3e5d77d17b3c028e3 /config
parenta4f54cf036d9a966ff87abe9a0063f2b457c2389 (diff)
Remove rpm/fedora directory
Originally it was thought that custom spec files might be required for Fedora. Happily that has turns out not to be the case. Since this directory just contains symlinks to the generic spec files it can be removed. Signed-off-by: Brian Behlendorf <[email protected]>
Diffstat (limited to 'config')
-rw-r--r--config/spl-build.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/config/spl-build.m4 b/config/spl-build.m4
index 82fbea0c3..058866dd6 100644
--- a/config/spl-build.m4
+++ b/config/spl-build.m4
@@ -229,7 +229,7 @@ AC_DEFUN([SPL_AC_RPM], [
RPM_SPEC_DIR="rpm/generic"
AC_ARG_WITH([spec],
AS_HELP_STRING([--with-spec=SPEC],
- [Spec files 'generic|fedora']),
+ [Spec files 'generic']),
[RPM_SPEC_DIR="rpm/$withval"])
AC_MSG_CHECKING([whether spec files are available])