]> git.pld-linux.org Git - packages/courier.git/commitdiff
- disabling fam support by default even if fam.h is found
authorAndrzej Augustynowicz <andrzej@augustynowicz.eu.org>
Mon, 15 Dec 2003 12:09:28 +0000 (12:09 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    courier-withoutfam.patch -> 1.1

courier-withoutfam.patch [new file with mode: 0644]

diff --git a/courier-withoutfam.patch b/courier-withoutfam.patch
new file mode 100644 (file)
index 0000000..d2121b7
--- /dev/null
@@ -0,0 +1,25 @@
+diff -Nur old/maildir/configure.in new/maildir/configure.in
+--- old/maildir/configure.in   2003-01-30 06:33:31.000000000 +0000
++++ new/maildir/configure.in   2003-12-15 11:15:36.000000000 +0000
+@@ -59,20 +59,7 @@
+ dnl Checks for library functions.
+ AC_CHECK_HEADER(fam.h, :, :)
+ AC_CHECK_FUNCS(symlink readlink strcasecmp)
+-AC_CHECK_LIB(fam, FAMOpen,  [
+-                      LIBFAM=-lfam
+-                      AC_DEFINE_UNQUOTED(HAVE_FAM,1,
+-                      [ Whether libfam.a is available ])
+-
+-                      AC_CHECK_HEADER(fam.h, : , [
+-AC_MSG_WARN([[The development header files and libraries for fam,]])
+-AC_MSG_WARN([[the File Alteration Monitor, are not installed.]])
+-AC_MSG_WARN([[You appear to have the FAM runtime libraries installed,]])
+-AC_MSG_WARN([[so you need to simply install the additional development]])
+-AC_MSG_WARN([[package for your operating system.]])
+-AC_MSG_ERROR([[FAM development libraries not found.]]) ]
+-                                      )
+-                ])
++AC_CHECK_LIB(fam, FAMOpen, ,)
+ AC_SUBST(LIBFAM)
This page took 0.113107 seconds and 4 git commands to generate.