diff options
author | ale <ale@FreeBSD.org> | 2005-04-05 15:50:01 +0800 |
---|---|---|
committer | ale <ale@FreeBSD.org> | 2005-04-05 15:50:01 +0800 |
commit | a5be0079429e79704b12305d6f898995e6922c0e (patch) | |
tree | c92cc3a8a44bfa24a450115789b7672884d25601 /databases/php5-mysqli | |
parent | 2c811bdb49d1e97df48c6e22ad926710670fd3b2 (diff) | |
download | freebsd-ports-gnome-a5be0079429e79704b12305d6f898995e6922c0e.tar.gz freebsd-ports-gnome-a5be0079429e79704b12305d6f898995e6922c0e.tar.zst freebsd-ports-gnome-a5be0079429e79704b12305d6f898995e6922c0e.zip |
Remove patch forgotten in last commit.
Spotted by: Jon Noack <noackjr@alumni.rice.edu>,
Mike Jakubik <mikej@rogers.com>
Diffstat (limited to 'databases/php5-mysqli')
-rw-r--r-- | databases/php5-mysqli/files/patch-config.m4 | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/databases/php5-mysqli/files/patch-config.m4 b/databases/php5-mysqli/files/patch-config.m4 deleted file mode 100644 index 19b5c0cd371f..000000000000 --- a/databases/php5-mysqli/files/patch-config.m4 +++ /dev/null @@ -1,13 +0,0 @@ ---- config.m4.orig Wed Jul 7 10:02:27 2004 -+++ config.m4 Mon Jul 19 23:52:07 2004 -@@ -47,7 +47,9 @@ - PHP_CHECK_LIBRARY(mysqlclient, mysql_stmt_field_count, - [ ],[ - AC_MSG_ERROR([MySQLI doesn't support versions < 4.1.3 (for MySQL 4.1.x) and < 5.0.1 for (MySQL 5.0.x) anymore. Please update your libraries.]) -- ],[]) -+ ],[ -+ $MYSQLI_LIBLINE -+ ]) - ],[ - AC_MSG_ERROR([wrong mysql library version or lib not found. Check config.log for more information.]) - ],[ |