if [ -n "$FIREBIRD_PATH" -o -n "$PCRE_PATH" -o -n "$IDN_PATH" -o -n "$SSL_PATH" -o -n "$CRYPTO_PATH" -o -n "$NSL_PATH" -o -n "$SOCKET_PATH" -o -n "$RESOLV_PATH" -o -n "$SAPR3_PATH" -o -n "$SSH_PATH" -o -n "$POSTGRES_PATH" -o -n "$SVN_PATH" -o -n "$NCP_PATH" -o -n "$CURSES_PATH" -o -n "$ORACLE_PATH" -o -n "$AFP_PATH" -o -n "$MYSQL_PATH" ]; then
--- configure.orig 2013-08-02 13:35:56.000000000 +0200
+++ configure 2013-09-04 00:47:08.000000000 +0200
-echo "Checking for Postgres (libpq.so, libpq-fe.h) ..."
-if [ "$SYSO" = "Cygwin" ]; then
- echo " ... DISABLED - postgres is buggy in Cygwin at the moment"
- if [ "X" = "X$POSTGRES_PATH" ]; then
- if [ -f "$i/libpq.so" -o -f "$i/libpq.dylib" -o -f "$i/libpq.a" ]; then
- if [ "X" = "X$POSTGRES_PATH" ]; then
- TMP_LIB=`/bin/ls $i/libpq.so* 2> /dev/null | grep pq`
- if [ -n "$TMP_LIB" ]; then
- if [ "X" = "X$POSTGRES_PATH" ]; then
- TMP_LIB=`/bin/ls $i/libpq.dll* 2> /dev/null | grep pq`
- if [ -n "$TMP_LIB" ]; then
- /opt/p*sql*/include /usr/*p*sql*/include /usr/local/*psql*/include
- if [ "X" = "X$POSTGRES_IPATH" ]; then
- if [ -f "$i/libpq-fe.h" ]; then
- if [ -f "$i/pgsql/libpq-fe.h" ]; then
- POSTGRES_IPATH="$i/pgsql"
- if [ -f "$i/postgresql/libpq-fe.h" ]; then
- POSTGRES_IPATH="$i/postgresql"
- if [ -n "$POSTGRES_PATH" -a -n "$POSTGRES_IPATH" ]; then
- if [ "X" = "X$POSTGRES_PATH" -o "X" = "X$POSTGRES_IPATH" ]; then
- echo " ... NOT found, module postgres disabled"
-echo "Checking for SVN (libsvn_client-1 libapr-1.so libaprutil-1.so) ..."
- if [ "X" = "X$SVN_PATH" ]; then
- if [ -f "$i/libsvn_client-1.so" ]&&[ -f "$i/libapr-1.so" ]&&[ -f "$i/libaprutil-1.so" ]; then