]> git.pld-linux.org Git - packages/captive.git/blob - captive-no_lufsd.patch
- typo
[packages/captive.git] / captive-no_lufsd.patch
1 --- captive-1.1.5/configure.in.orig     2005-01-08 15:50:21.815164344 +0100
2 +++ captive-1.1.5/configure.in  2005-01-08 15:52:20.391138056 +0100
3 @@ -329,24 +329,8 @@
4                         AC_MSG_WARN([LUFS client not being compiled as no LUFS include files were found. Install 'lufs-*-*captive*' package.])
5                 fi
6         fi
7 -       AC_CHECK_TYPES([struct lufs_sbattr],,[
8 -               dnl FIXME: Include 'lufs' version when 'lufs_sbattr' gets integrated:
9 -               if $have_lufs_includes && test x$enable_lufs = xyes;then
10 -                       AC_MSG_ERROR([Although LUFS include files were found they are too old. You may also use --enable-lufs=auto.])
11 -               else
12 -                       AC_MSG_WARN([Although LUFS include files were found they are too old. df(1) will not show available NTFS disk space.])
13 -               fi
14 -               ],[#include <lufs/proto.h>])
15 -       AC_PATH_PROGS(PATH_LUFSD,lufsd)
16 -       if test x$PATH_LUFSD = x;then
17 -               if test x$enable_lufs = xyes;then
18 -                       AC_MSG_ERROR([LUFS client was requested (--enable-lufs) but no lufsd(1) binary was found. Install 'lufs-*-*captive*' package.])
19 -               else
20 -                       AC_MSG_WARN([LUFS client not being compiled as no lufsd(1) binary was found. Install 'lufs-*-*captive*' package.])
21 -               fi
22 -       fi
23  fi
24 -AM_CONDITIONAL(ENABLE_LUFS,[ $have_lufs_includes && test x$PATH_LUFSD != x -a x$enable_lufs != no ])
25 +AM_CONDITIONAL(ENABLE_LUFS,[ $have_lufs_includes && test x$enable_lufs != no ])
26  AC_SUBST(PATH_LUFSD)
27  
28  dnl for $(top_srcdir)/src/libcaptive/client/
This page took 0.062431 seconds and 3 git commands to generate.