diff options
author | Alex Dupre <ale@FreeBSD.org> | 2005-04-05 07:50:01 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2005-04-05 07:50:01 +0000 |
commit | 0c59521ab8d94ba0bd2b3a9fe4cdfd3918c0c504 (patch) | |
tree | 7adf1ab1f2c9a2c8411916ea6f574bb8556bd8f1 /databases/php5-mysqli/files | |
parent | 45014408c5ee328ef96e60eeb3b12ff54b707342 (diff) |
Notes
Diffstat (limited to 'databases/php5-mysqli/files')
-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.]) - ],[ |