]> git.pld-linux.org Git - packages/php.git/commitdiff
- obsolete (applied upstream)
authorAdam Gołębiowski <adamg@pld-linux.org>
Mon, 13 Dec 2004 00:43:17 +0000 (00:43 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    php-mssql-fix.patch -> 1.1.4.2

php-mssql-fix.patch [deleted file]

diff --git a/php-mssql-fix.patch b/php-mssql-fix.patch
deleted file mode 100644 (file)
index 8414653..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
---- php-5.0.3RC1/ext/mssql/config.m4~  2004-11-22 20:45:17.000000000 +0100
-+++ php-5.0.3RC1/ext/mssql/config.m4   2004-12-08 11:53:48.786803952 +0100
-@@ -32,7 +32,7 @@
-     fi
-   fi  
--  if test ! -r "$FREETDS_INSTALLATION_DIR/lib/libtds.a" || test ! -r "$FREETDS_INSTALLATION_DIR/lib/libtds.so"; then
-+  if test ! -r "$FREETDS_INSTALLATION_DIR/lib/libtds.a" && test ! -r "$FREETDS_INSTALLATION_DIR/lib/libtds.so"; then
-      AC_MSG_ERROR(Could not find $FREETDS_INSTALLATION_DIR/lib/libtds.[a|so])
-   fi
This page took 0.055005 seconds and 4 git commands to generate.