From 3243d5d55f4124980caf911214b935d52d448ca3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Fonseca?= Date: Fri, 17 Oct 2003 22:56:56 +0000 Subject: Several fixes to the autotools scripts. (Daniel Richard G.) --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 21ae6a0..a7e4cc4 100644 --- a/configure.ac +++ b/configure.ac @@ -33,7 +33,7 @@ dnl Check for libESMTP AC_CHECK_LIB( esmtp, smtp_start_session, - LIBS="$LIBS -lesmtp", + , AC_MSG_ERROR([*** libESMTP library not found.])) adl_FUNC_GETOPT_LONG -- cgit v1.2.3