summaryrefslogtreecommitdiff
path: root/sysutils/bacula-server/files/patch-configure
blob: f7b2bec4e6cde434c06310000a70a24cc7f3add8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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