From: Dave Love Date: Sat, 3 May 2003 14:35:59 +0000 (+0000) Subject: When we have -llockfile, define HAVE_LIBMAIL, not X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=f27a8eecae8fab0c27c71fd5d98cb98f0ba504b8;p=emacs.git When we have -llockfile, define HAVE_LIBMAIL, not LIBMAIL. --- diff --git a/configure.in b/configure.in index 54772c227b2..1948b44aaf8 100644 --- a/configure.in +++ b/configure.in @@ -1969,9 +1969,9 @@ if test "$ac_cv_lib_lockfile_maillock" = no; then AC_MSG_ERROR([Shared liblockfile found but can't link against it. This probably means that movemail could lose mail. There may be a \`development' package to install containing liblockfile.]) - else AC_DEFINE(LIBMAIL, -llockfile) - fi else : + fi +else AC_DEFINE(HAVE_LIBMAIL) fi AC_CHECK_FUNCS(touchlock) AC_CHECK_HEADERS(maillock.h)