Skip to content
Snippets Groups Projects
Commit da37df33 authored by Henrik (Grubba) Grubbström's avatar Henrik (Grubba) Grubbström
Browse files

Now checks for mysql_port.

Rev: src/modules/Mysql/configure.in:1.3
parent 572265ce
No related branches found
No related tags found
No related merge requests found
#
# $Id: configure.in,v 1.2 1997/04/03 18:07:16 grubba Exp $
# $Id: configure.in,v 1.3 1998/01/24 23:10:03 grubba Exp $
#
# Configure script for the mysql-module
#
......@@ -171,7 +171,8 @@ if test x$with_mysql = xyes; then
else
AC_DEFINE(HAVE_MYSQL)
AC_CHECK_FUNCS(mysql_real_query mysql_fetch_lengths)
# Note: mysql_port isn't a function, but that shouldn't matter
AC_CHECK_FUNCS(mysql_real_query mysql_fetch_lengths mysql_port)
fi
else
:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment