else
DRIVERDIR=$prefix/lib/dbd
fi
+ elif test -d /usr/local/lib64/dbd; then
+ DRIVERDIR=/usr/local/lib64/dbd
+ elif test -d /usr/lib64/dbd; then
+ DRIVERDIR=/usr/lib64/dbd
+ elif test -d $prefix/lib64/dbd; then
+ DRIVERDIR=$prefix/lib64/dbd
else
AC_MSG_RESULT(no)
AC_MSG_ERROR(Unable to find DBD drivers in standard locations)
else
DRIVERDIR=$withval/lib/dbd
fi
+ elif test -d $withval/lib64/dbd; then
+ DRIVERDIR=$withval/lib64/dbd
else
AC_MSG_RESULT(no)
AC_MSG_ERROR(Invalid DBD driver directory $withval - unable to find DBD drivers under $withval)
else
DRIVERDIR=$prefix/lib/dbd
fi
+ elif test -d /usr/local/lib64/dbd; then
+ DRIVERDIR=/usr/local/lib64/dbd
+ elif test -d /usr/lib64/dbd; then
+ DRIVERDIR=/usr/lib64/dbd
+ elif test -d $prefix/lib64/dbd; then
+ DRIVERDIR=$prefix/lib64/dbd
else
{ echo "$as_me:$LINENO: result: no" >&5
echo "${ECHO_T}no" >&6; }
else
DRIVERDIR=$withval/lib/dbd
fi
+ elif test -d $withval/lib64/dbd; then
+ DRIVERDIR=$withval/lib64/dbd
else
{ echo "$as_me:$LINENO: result: no" >&5
echo "${ECHO_T}no" >&6; }