]> git.pld-linux.org Git - packages/acl.git/blob - acl-miscfix.patch
- BuildRequires: attr-devel >= 2.4.1
[packages/acl.git] / acl-miscfix.patch
1 diff -urN acl-1.0.1.org/configure.in acl-1.0.1/configure.in
2 --- acl-1.0.1.org/configure.in  Tue May  1 23:09:17 2001
3 +++ acl-1.0.1/configure.in      Tue May  1 23:09:55 2001
4 @@ -108,13 +111,6 @@
5  dnl also check if man page source is gzipped
6  dnl (usually on Debian, but not Redhat pre-7.0)
7  have_zipped_manpages=false
8 -for d in ${prefix}/share/man ${prefix}/man ; do
9 -    if test -f $d/man1/man.1.gz
10 -    then
11 -       have_zipped_manpages=true
12 -       break
13 -    fi
14 -done
15  AC_SUBST(have_zipped_manpages)
16  
17  dnl checks for extended attributes header and library
This page took 0.056602 seconds and 3 git commands to generate.