pike.git/
src/
modules/
Mysql/
configure.in
Branch:
Tag:
Non-build tags
All tags
No tags
1998-07-02
1998-07-02 15:08:26 by Henrik Grubbström (Grubba) <grubba@grubba.org>
c9cd1663c5c4eeb2c4ff2c41d9245a4142adb23c (
7
lines) (+
4
/-
3
)
[
Show
|
Annotate
]
Branch:
7.9
Added check for mysql_unix_port.
Rev: src/modules/Mysql/configure.in:1.4
1:
#
-
# $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:
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 :