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

Added check for mysql_unix_port.

Rev: src/modules/Mysql/configure.in:1.4
parent 318d9365
No related branches found
No related tags found
No related merge requests found
#
# $Id: configure.in,v 1.3 1998/01/24 23:10:03 grubba Exp $
# $Id: configure.in,v 1.4 1998/07/02 15:08:26 grubba Exp $
#
# Configure script for the mysql-module
#
......@@ -171,8 +171,8 @@ if test x$with_mysql = xyes; then
else
AC_DEFINE(HAVE_MYSQL)
# Note: mysql_port isn't a function, but that shouldn't matter
AC_CHECK_FUNCS(mysql_real_query mysql_fetch_lengths mysql_port)
# Note: mysql_port and mysql_unix_port aren't functions, but that shouldn't matter
AC_CHECK_FUNCS(mysql_real_query mysql_fetch_lengths mysql_port mysql_unix_port)
fi
else
:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment