diff --git a/src/modules/Mysql/configure.in b/src/modules/Mysql/configure.in index e25999bcb9234543893426195d1596b2bd78b855..25eb657b365a0659c4eaba3a3c6e698245f9ca80 100644 --- a/src/modules/Mysql/configure.in +++ b/src/modules/Mysql/configure.in @@ -1,5 +1,5 @@ # -# $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 :