Menu

#9 configure.in bug in MySQL detection.

open
nobody
None
5
2007-04-11
2007-04-11
No

The line below in configure.in:

EXTRAS="$EXTRA check_mysql check_mysql_query"

Should be:

EXTRAS="$EXTRAS check_mysql check_mysql_query"

Otherwise, the MySQL related checks will not be compiled and installed.

Discussion


Log in to post a comment.

MongoDB Logo MongoDB