Removed notice about MySql.h
Showing
1 changed file
with
0 additions
and
1 deletions
... | @@ -179,7 +179,6 @@ AC_SUBST(BUILD_LIBMYSQL) | ... | @@ -179,7 +179,6 @@ AC_SUBST(BUILD_LIBMYSQL) |
179 | AC_SUBST(MYSQLLIBS) | 179 | AC_SUBST(MYSQLLIBS) |
180 | AC_ARG_ENABLE(mysql, [ --enable-mysql enable mysql support (default no)], [use_mysql="yes"],,) | 180 | AC_ARG_ENABLE(mysql, [ --enable-mysql enable mysql support (default no)], [use_mysql="yes"],,) |
181 | if test x"$use_mysql" = x"yes"; then | 181 | if test x"$use_mysql" = x"yes"; then |
182 | echo Enabling mysql support, be sure to edit \'MySql/MySql.h\' to change default values | ||
183 | AC_CHECK_HEADER(mysql/mysql.h, | 182 | AC_CHECK_HEADER(mysql/mysql.h, |
184 | [AUTHLIBS="$AUTHLIBS -lmailMysql -lmysqlclient -lm -L/usr/lib/mysql -L/usr/local/lib/mysql -L../MySql/" | 183 | [AUTHLIBS="$AUTHLIBS -lmailMysql -lmysqlclient -lm -L/usr/lib/mysql -L/usr/local/lib/mysql -L../MySql/" |
185 | BUILD_LIBMYSQL=libmailMysql.a | 184 | BUILD_LIBMYSQL=libmailMysql.a | ... | ... |
-
Please register or sign in to post a comment