From aebc62c31a4b9b74eda7625996fd17fe3f079a9e Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Sat, 29 Oct 2005 10:31:52 +0000 Subject: fix configure.ac git-svn-id: file:///home/lennart/svn/public/avahi/trunk@905 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 531e015..356a0ad 100644 --- a/configure.ac +++ b/configure.ac @@ -408,7 +408,7 @@ if test "x$HAVE_GDBM" = "xyes" ; then AC_CHECK_LIB(gdbm, gdbm_open, [ AC_CHECK_HEADERS(gdbm.h, have_gdbm=true, have_gdbm=false) ], have_gdbm=false) if ! $have_gdbm ; then - AC_MSG_WARN([*** libgdbm not found ***]) + AC_MSG_ERROR([*** libgdbm not found ***]) fi AC_DEFINE([HAVE_GDBM],[],[Support for GDBM]) fi -- cgit