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
b5c7d846
...
b5c7d846cd4780feff6900c79d1e2bb7643ea9b7
authored
2003-07-26 11:22:57 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Fixed --with-mysql, --with-postgres
1 parent
528e05ac
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
configure.ac
configure.ac
View file @
b5c7d84
...
...
@@ -399,12 +399,12 @@ AC_SUBST(SQLLIBS)
AC_ARG_WITH([mysql],
AC_HELP_STRING([--with-mysql],
[enable mysql support (default no)]),
[use_mysql=
"yes"
],,)
[use_mysql=
${withval}
],,)
AC_ARG_WITH([postgres],
AC_HELP_STRING([--with-postgres],
[enable postgres support (default no)]),
[use_postgres=
"yes"
],,)
[use_postgres=
${withval}
],,)
AH_TEMPLATE(USE_SQL,[Enables SQL support])
AH_TEMPLATE(HAVE_MYSQL,[Define if you have libmysql])
...
...
Please
register
or
sign in
to post a comment