diff options
author | Dmitry Sivachenko <demon@FreeBSD.org> | 2003-02-24 12:11:05 +0000 |
---|---|---|
committer | Dmitry Sivachenko <demon@FreeBSD.org> | 2003-02-24 12:11:05 +0000 |
commit | f6e436fb7f21b87f4983e7d0811f840db8bf25ef (patch) | |
tree | a17131d91eed5f765e7bcb7701b877ccb7181a89 /sysutils/bacula-server/files/patch-configure | |
parent | c9e49b18e41865875dd7f929f3ce5fd4c175ce5d (diff) |
Notes
Diffstat (limited to 'sysutils/bacula-server/files/patch-configure')
-rw-r--r-- | sysutils/bacula-server/files/patch-configure | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/sysutils/bacula-server/files/patch-configure b/sysutils/bacula-server/files/patch-configure new file mode 100644 index 000000000000..f7b2bec4e6cd --- /dev/null +++ b/sysutils/bacula-server/files/patch-configure @@ -0,0 +1,15 @@ +--- configure.orig Mon Feb 24 12:03:22 2003 ++++ configure Mon Feb 24 12:04:31 2003 +@@ -3944,9 +3944,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 |