blob: 06a15e87fd231d70c465a666cd2d57961c5dbc25 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
--- configure.org 2009-11-19 14:51:20.000000000 +0000
+++ configure 2009-12-28 00:24:17.000000000 +0000
@@ -14555,7 +14555,7 @@
-if test -n "$MYSQL_PLUGINDIR" && test "$libdir" == '${exec_prefix}/lib' ; then
+if test -n "$MYSQL_PLUGINDIR" ; then
{ $as_echo "$as_me:${as_lineno-$LINENO}: setting libdir to mysql plugin dir $MYSQL_PLUGINDIR" >&5
$as_echo "$as_me: setting libdir to mysql plugin dir $MYSQL_PLUGINDIR" >&6;}
libdir=$MYSQL_PLUGINDIR
@@ -14599,6 +14599,8 @@
for i in /usr /usr/local ; do
if test -f "$i/lib/xml2Conf.sh" ; then
XML2_CONFIG="$i/lib/xml2Conf.sh"
+ elif test -f "$i/etc/xml2Conf.sh" ; then
+ XML2_CONFIG="$i/etc/xml2Conf.sh"
elif test -f "$i/lib/libxml2.so"; then
XML2_DIR="$i"
fi
|