]> git.eshelyaron.com Git - emacs.git/commitdiff
When we have -llockfile, define HAVE_LIBMAIL, not
authorDave Love <fx@gnu.org>
Sat, 3 May 2003 14:35:59 +0000 (14:35 +0000)
committerDave Love <fx@gnu.org>
Sat, 3 May 2003 14:35:59 +0000 (14:35 +0000)
LIBMAIL.

configure.in

index 54772c227b27d318deb12e55e9c0fbe915b0413c..1948b44aaf89873316e87a28a8b10e2ca8277690 100644 (file)
@@ -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)