Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
John McEleney
/
mailutils
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit
77a8e657
...
77a8e657b6e8badc3525efbf3d8d42aaa431884d
authored
2002-08-13 14:48:53 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Removed MySql
1 parent
114dbca9
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
4 deletions
Makefile.am
configure.ac
Makefile.am
View file @
77a8e65
AUTOMAKE_OPTIONS
=
gnu 1.6
ACLOCAL_AMFLAGS
=
-I m4
SUBDIRS
=
include doc m4 lib
MySql
mailbox auth frm from pop3d imap4d
\
SUBDIRS
=
include doc m4 lib mailbox auth frm from pop3d imap4d
\
mail sieve scripts libmu_scm guimb messages comsat readmsg
\
mail.local mail.remote dotlock mh
...
...
configure.ac
View file @
77a8e65
...
...
@@ -275,8 +275,7 @@ AC_SUBST(MYSQLLIBS)
AC_ARG_ENABLE(mysql, [ --enable-mysql enable mysql support (default no)], [use_mysql="yes"],,)
if test x"$use_mysql" = x"yes"; then
AC_CHECK_HEADER(mysql/mysql.h,
[AUTHLIBS="$AUTHLIBS -lmailMysql -lmysqlclient -lm -L/usr/lib/mysql -L/usr/local/lib/mysql -L../MySql/"
BUILD_LIBMYSQL=libmailMysql.a
[AUTHLIBS="$AUTHLIBS -lmysqlclient -lm -L/usr/lib/mysql -L/usr/local/lib/mysql"
AC_DEFINE(HAVE_MYSQL,1,[Define this if you have mysql libraries])])
fi
...
...
@@ -479,7 +478,6 @@ AC_CONFIG_FILES([Makefile mailutils.spec
guimb/Makefile
guimb/scm/Makefile
readmsg/Makefile
MySql/Makefile
comsat/Makefile
mail.local/Makefile
mail.remote/Makefile
...
...
Please
register
or
sign in
to post a comment