pike.git/
src/
modules/
Mysql/
configure.in
Branch:
Tag:
Non-build tags
All tags
No tags
2001-02-06
2001-02-06 22:59:25 by Henrik Grubbström (Grubba) <grubba@grubba.org>
35a8501ac9fa57903db0d8518d75db7727af4d7b (
5
lines) (+
3
/-
2
)
[
Show
|
Annotate
]
Branch:
7.9
Bugfix.
Rev: src/modules/Mysql/configure.in:1.23
1:
#
-
# $Id: configure.in,v 1.
22
2001/02/06
20
:
52
:
38
grubba Exp $
+
# $Id: configure.in,v 1.
23
2001/02/06
22
:
59
:
25
grubba Exp $
# # Configure script for the mysql-module #
278:
PIKE_CHECK_MYSQL_FUNC(mysql_port) PIKE_CHECK_MYSQL_FUNC(mysql_unix_port)
-
if test "
$ac
_cv_
func
_mysql_fetch_lengths" = "yes"; then
+
if test "
$pike
_cv_
mysql
_mysql_fetch_lengths" = "yes"; then
# # In 3.20.6b mysql_fetch_lengths() returns an uint *. # In 3.20.22 it returns an unsigned int *.