]> git.pld-linux.org Git - packages/php.git/blob - php-mssql-fix.patch
- release 1.2 ro rebuild with new imap
[packages/php.git] / php-mssql-fix.patch
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.058539 seconds and 3 git commands to generate.