Removed MySql
Showing
2 changed files
with
2 additions
and
4 deletions
1 | AUTOMAKE_OPTIONS = gnu 1.6 | 1 | AUTOMAKE_OPTIONS = gnu 1.6 |
2 | ACLOCAL_AMFLAGS = -I m4 | 2 | ACLOCAL_AMFLAGS = -I m4 |
3 | 3 | ||
4 | SUBDIRS = include doc m4 lib MySql mailbox auth frm from pop3d imap4d \ | 4 | SUBDIRS = include doc m4 lib mailbox auth frm from pop3d imap4d \ |
5 | mail sieve scripts libmu_scm guimb messages comsat readmsg \ | 5 | mail sieve scripts libmu_scm guimb messages comsat readmsg \ |
6 | mail.local mail.remote dotlock mh | 6 | mail.local mail.remote dotlock mh |
7 | 7 | ... | ... |
... | @@ -275,8 +275,7 @@ AC_SUBST(MYSQLLIBS) | ... | @@ -275,8 +275,7 @@ AC_SUBST(MYSQLLIBS) |
275 | AC_ARG_ENABLE(mysql, [ --enable-mysql enable mysql support (default no)], [use_mysql="yes"],,) | 275 | AC_ARG_ENABLE(mysql, [ --enable-mysql enable mysql support (default no)], [use_mysql="yes"],,) |
276 | if test x"$use_mysql" = x"yes"; then | 276 | if test x"$use_mysql" = x"yes"; then |
277 | AC_CHECK_HEADER(mysql/mysql.h, | 277 | AC_CHECK_HEADER(mysql/mysql.h, |
278 | [AUTHLIBS="$AUTHLIBS -lmailMysql -lmysqlclient -lm -L/usr/lib/mysql -L/usr/local/lib/mysql -L../MySql/" | 278 | [AUTHLIBS="$AUTHLIBS -lmysqlclient -lm -L/usr/lib/mysql -L/usr/local/lib/mysql" |
279 | BUILD_LIBMYSQL=libmailMysql.a | ||
280 | AC_DEFINE(HAVE_MYSQL,1,[Define this if you have mysql libraries])]) | 279 | AC_DEFINE(HAVE_MYSQL,1,[Define this if you have mysql libraries])]) |
281 | fi | 280 | fi |
282 | 281 | ||
... | @@ -479,7 +478,6 @@ AC_CONFIG_FILES([Makefile mailutils.spec | ... | @@ -479,7 +478,6 @@ AC_CONFIG_FILES([Makefile mailutils.spec |
479 | guimb/Makefile | 478 | guimb/Makefile |
480 | guimb/scm/Makefile | 479 | guimb/scm/Makefile |
481 | readmsg/Makefile | 480 | readmsg/Makefile |
482 | MySql/Makefile | ||
483 | comsat/Makefile | 481 | comsat/Makefile |
484 | mail.local/Makefile | 482 | mail.local/Makefile |
485 | mail.remote/Makefile | 483 | mail.remote/Makefile | ... | ... |
-
Please register or sign in to post a comment