]> git.pld-linux.org Git - packages/courier.git/blob - courier-withoutfam.patch
- change source to aleron.dl.sourceforge.net
[packages/courier.git] / courier-withoutfam.patch
1 diff -Nur old/maildir/configure.in new/maildir/configure.in
2 --- old/maildir/configure.in    2004-01-11 02:59:03.000000000 +0000
3 +++ new/maildir/configure.in    2004-03-16 18:16:07.000000000 +0000
4 @@ -60,20 +60,7 @@
5  dnl Checks for library functions.
6  AC_CHECK_HEADER(fam.h, :, :)
7  AC_CHECK_FUNCS(symlink readlink strcasecmp utime utimes)
8 -AC_CHECK_LIB(fam, FAMOpen,  [
9 -                       LIBFAM=-lfam
10 -                       AC_DEFINE_UNQUOTED(HAVE_FAM,1,
11 -                       [ Whether libfam.a is available ])
12 -
13 -                       AC_CHECK_HEADER(fam.h, : , [
14 -AC_MSG_WARN([[The development header files and libraries for fam,]])
15 -AC_MSG_WARN([[the File Alteration Monitor, are not installed.]])
16 -AC_MSG_WARN([[You appear to have the FAM runtime libraries installed,]])
17 -AC_MSG_WARN([[so you need to simply install the additional development]])
18 -AC_MSG_WARN([[package for your operating system.]])
19 -AC_MSG_ERROR([[FAM development libraries not found.]]) ]
20 -                                       )
21 -                 ])
22 +AC_CHECK_LIB(fam, FAMOpen, ,)
23  
24  AC_SUBST(LIBFAM)
25  
This page took 0.067314 seconds and 3 git commands to generate.