- Fix configure for new autoconf tools

Asked by:	garga
This commit is contained in:
Sergey Matveychuk 2010-02-01 14:17:27 +00:00
parent aaa8b72f85
commit eaf7459476
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=249027
2 changed files with 12 additions and 3 deletions

View file

@ -8,7 +8,7 @@
PORTNAME= dbconnect
PORTVERSION= 0.3.5
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= databases
MASTER_SITES= SF/${PORTNAME}/DBConnect%20API%200.3%20Source%20Code/DBConnect%20API%20${PORTVERSION}

View file

@ -1,5 +1,5 @@
--- configure.in.orig Fri Mar 5 22:34:26 2004
+++ configure.in Fri Mar 5 22:34:40 2004
--- configure.in.orig 2005-01-16 20:32:02.000000000 +0300
+++ configure.in 2010-02-01 17:15:04.000000000 +0300
@@ -76,8 +76,6 @@
[AC_MSG_ERROR([Unable to find required header file])])
@ -9,3 +9,12 @@
dnl Checks for Programs.
@@ -132,7 +130,7 @@
if test "$mysql" = "yes"; then
echo "enabled MySQL driver building..."
- AC_CHECK_HEADERS([$mysql_include/mysql.h $mysql_include/mysql_com.h $mysql_include/mysql_version.h],
+ AC_CHECK_HEADERS([$mysql_include/mysql.h $mysql_include/mysql_version.h],
[],
[AC_MSG_ERROR([Unable to find MySQL header file])])