pike.git/
src/
modules/
Mysql/
configure.in
Branch:
Tag:
Non-build tags
All tags
No tags
2017-09-05
2017-09-05 12:55:11 by Henrik Grubbström (Grubba) <grubba@grubba.org>
d3625b6b21452a7357936336a535b5cea84557ba (
3
lines) (+
2
/-
1
)
[
Show
|
Annotate
]
Branch:
8.0
Mysql: Fixed typo in mysql_config detection.
48:
if test "x$with_mariadb" = "xno"; then MARIADB_CONFIG=no else
-
MY_AC_PATH_
PROG
(MARIADB_CONFIG, ${ac_tool_prefix}mariadb_config mariadb_config, no)
+
MY_AC_PATH_
PROGS
(MARIADB_CONFIG, ${ac_tool_prefix}mariadb_config mariadb_config, no)
fi if test "x${MARIADB_CONFIG}" = "xno"; then