aboutsummaryrefslogtreecommitdiffstats
path: root/config/zfs-build.m4
diff options
context:
space:
mode:
authorBrian Behlendorf <[email protected]>2015-03-27 14:30:23 -0700
committerBrian Behlendorf <[email protected]>2015-03-27 14:30:58 -0700
commitd820d2e9cf27678dd07b86f8fdd4635162371a37 (patch)
tree489c9171fce7585d8b82de42daa88d6d9777c1c3 /config/zfs-build.m4
parent7d90f569b3f05def7cbd0a52ce8ac3040364d702 (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/zfs-build.m4')
-rw-r--r--config/zfs-build.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/config/zfs-build.m4 b/config/zfs-build.m4
index 4c8bddf2f..73ba979d1 100644
--- a/config/zfs-build.m4
+++ b/config/zfs-build.m4
@@ -151,7 +151,7 @@ AC_DEFUN([ZFS_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])