]> git.pld-linux.org Git - packages/php.git/blame - php-mssql-fix.patch
- merged from php4.spec and adjusted for Ra
[packages/php.git] / php-mssql-fix.patch
CommitLineData
84a06529 1--- php-4.3.4RC2/ext/mssql/config.m4.old 2003-10-29 02:26:59.000000000 +0100
2+++ php-4.3.4RC2/ext/mssql/config.m4 2003-10-29 02:26:36.000000000 +0100
3@@ -32,8 +32,8 @@
4 fi
5 fi
6
7- if test ! -r "$FREETDS_INSTALLATION_DIR/lib/libtds.a"; then
8- AC_MSG_ERROR(Could not find $FREETDS_INSTALLATION_DIR/lib/libtds.a)
9+ if test ! -r "$FREETDS_INSTALLATION_DIR/lib/libtds.so"; then
10+ AC_MSG_ERROR(Could not find $FREETDS_INSTALLATION_DIR/lib/libtds.so)
11 fi
12
13 MSSQL_INCDIR=$FREETDS_INSTALLATION_DIR/include
This page took 0.026166 seconds and 4 git commands to generate.