From 334cedc9d02a5cf4617facb78b3edee3ee609864 Mon Sep 17 00:00:00 2001 From: oetiker Date: Sat, 8 Nov 2008 17:56:48 +0000 Subject: [PATCH] do not quit when libdbi is missing git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk@1654 a5681a0c-68f1-0310-ab6d-d61299d08faa --- program/configure.ac | 1 - 1 file changed, 1 deletion(-) diff --git a/program/configure.ac b/program/configure.ac index 224f013d..125cba1e 100644 --- a/program/configure.ac +++ b/program/configure.ac @@ -482,7 +482,6 @@ AC_ARG_ENABLE(libdbi,[ --disable-libdbi do not build in support for libd ],[LIBS=$XXX AC_MSG_RESULT([no]) have_libdbi=no - exit 1 ] ) ]) -- 2.30.2