From 1a2f3f05100ab5041e10b572260363ad336a4c32 Mon Sep 17 00:00:00 2001 From: Lars Koeller Date: Mon, 20 Oct 2003 18:39:32 +0000 Subject: o) Update to the new version 1.32b o) Take over maintainership in agreement with old maintainer, who don't use bacula anymore. --- sysutils/bacula/files/patch-configure | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 sysutils/bacula/files/patch-configure (limited to 'sysutils/bacula/files/patch-configure') diff --git a/sysutils/bacula/files/patch-configure b/sysutils/bacula/files/patch-configure deleted file mode 100644 index 75a3d2074f70..000000000000 --- a/sysutils/bacula/files/patch-configure +++ /dev/null @@ -1,15 +0,0 @@ ---- configure~ Thu May 8 07:23:27 2003 -+++ configure Thu May 8 07:26:21 2003 -@@ -4038,9 +4038,9 @@ - { echo "configure: error: Unable to find sqlite.h in standard locations" 1>&2; exit 1; } - fi - else -- if test -f $withval/sqlite.h; then -- SQLITE_INCDIR=$withval -- SQLITE_LIBDIR=$withval -+ if test -f $withval/include/sqlite.h; then -+ SQLITE_INCDIR=$withval/include -+ SQLITE_LIBDIR=$withval/lib - SQLITE_BINDIR=$withval - else - echo "$ac_t""no" 1>&6 -- cgit v1.2.3