diff --git a/src/modules/Mysql/configure.in b/src/modules/Mysql/configure.in
index 3a75a21653734d4f3d06778075964d0f93f86e6f..e5ae83af5a77e28898db4d184581dbdef9f7f940 100644
--- a/src/modules/Mysql/configure.in
+++ b/src/modules/Mysql/configure.in
@@ -1,5 +1,5 @@
 #
-# $Id: configure.in,v 1.2 1997/04/03 18:07:16 grubba Exp $
+# $Id: configure.in,v 1.3 1998/03/08 13:24:54 grubba Exp $
 #
 # Configure script for the mysql-module
 #
@@ -171,7 +171,7 @@ if test x$with_mysql = xyes; then
   else
     AC_DEFINE(HAVE_MYSQL)
 
-    AC_CHECK_FUNCS(mysql_real_query mysql_fetch_lengths)
+    AC_CHECK_FUNCS(mysql_real_query mysql_fetch_lengths mysql_port)
   fi
 else
   :