ports/sysutils/bacula-server/files/patch-configure
Dmitry Sivachenko 956d8e2c64 Update to version 1.30.
PR:		51969
Submitted by:	Dan Langille <dan@langille.org>
2003-05-08 15:52:17 +00:00

15 lines
476 B
Text

--- 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