Lines 1-50
Link Here
|
1 |
--- configure.orig Sat Nov 15 19:04:37 2003 |
|
|
2 |
+++ configure Thu Mar 11 00:21:00 2004 |
3 |
@@ -7855,7 +7855,7 @@ |
4 |
|
5 |
|
6 |
# This can be used to rebuild libtool when needed |
7 |
-LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh" |
8 |
+LIBTOOL_DEPS="--disable-ltlibs /usr/local/share/libtool13/ltmain.sh" |
9 |
|
10 |
# Always use our own libtool. |
11 |
LIBTOOL='$(SHELL) $(top_builddir)/libtool' |
12 |
@@ -8541,9 +8541,8 @@ |
13 |
NODRIVER=true |
14 |
POSSIBLE_DRIVERS="MYSQL,ODBC, POSTGRESQL" |
15 |
|
16 |
-cat >>confdefs.h <<_ACEOF |
17 |
-#define HKCLASSES "$HK_CLASSESDIR" |
18 |
-_ACEOF |
19 |
+echo -n "#define HKCLASSES " >>confdefs.h |
20 |
+echo \"$prefix/lib/hk_classes\" >>confdefs.h |
21 |
|
22 |
echo "$as_me:$LINENO: result: OK" >&5 |
23 |
echo "${ECHO_T}OK" >&6 |
24 |
@@ -15667,7 +15666,7 @@ |
25 |
|
26 |
echo "$as_me:$LINENO: result: $mysql_lib" >&5 |
27 |
echo "${ECHO_T}$mysql_lib" >&6 |
28 |
-if test $mysql_lib = yes ; then |
29 |
+if test $mysql_lib = yes -a "x$with_mysql" != "xno"; then |
30 |
NODRIVER=false |
31 |
DRIVERSDIR="$DRIVERSDIR hk_mysqlclasses" |
32 |
|
33 |
@@ -15807,7 +15806,7 @@ |
34 |
|
35 |
echo "$as_me:$LINENO: result: $postgres_lib" >&5 |
36 |
echo "${ECHO_T}$postgres_lib" >&6 |
37 |
-if test $postgres_lib = yes ; then |
38 |
+if test $postgres_lib = yes -a "x$with_postgres" != "xno"; then |
39 |
NODRIVER=false |
40 |
DRIVERSDIR="$DRIVERSDIR hk_postgresclasses" |
41 |
|
42 |
@@ -15966,7 +15965,7 @@ |
43 |
|
44 |
echo "$as_me:$LINENO: result: $odbc_lib" >&5 |
45 |
echo "${ECHO_T}$odbc_lib" >&6 |
46 |
-if test x$odbc_lib = xyes ; then |
47 |
+if test x$odbc_lib = xyes -a "x$with_odbc" != "xno"; then |
48 |
NODRIVER=false |
49 |
DRIVERSDIR="$DRIVERSDIR hk_odbcclasses" |
50 |
|