masqmail
changeset 181:8b17ea9fd17b
added comments on how to compile with glib-1.2
author | meillo@marmaro.de |
---|---|
date | Wed, 14 Jul 2010 17:37:36 +0200 |
parents | 1472a6a73b1c |
children | 0976977ccc52 |
files | INSTALL configure configure.ac |
diffstat | 3 files changed, 6 insertions(+), 1 deletions(-) [+] |
line diff
1.1 --- a/INSTALL Wed Jul 14 17:10:28 2010 +0200 1.2 +++ b/INSTALL Wed Jul 14 17:37:36 2010 +0200 1.3 @@ -6,7 +6,8 @@ 1.4 ------------------------- 1.5 1.6 To compile masqmail you need glib (>= 1.2) (http://www.gtk.org). Your 1.7 -distribution probably provides it. 1.8 +distribution probably provides it. Glib-2.0 works out of the box, for 1.9 +glib-1.2, you need to adjust configure.ac. See the comment in there. 1.10 1.11 You need a user and a group for masqmail to run. If 1.12
2.1 --- a/configure Wed Jul 14 17:10:28 2010 +0200 2.2 +++ b/configure Wed Jul 14 17:37:36 2010 +0200 2.3 @@ -4450,6 +4450,7 @@ 2.4 2.5 2.6 2.7 + 2.8 # Check whether --enable-resolver was given. 2.9 if test "${enable_resolver+set}" = set; then : 2.10 enableval=$enable_resolver; if test "$enable_resolver" != 'no'; then
3.1 --- a/configure.ac Wed Jul 14 17:10:28 2010 +0200 3.2 +++ b/configure.ac Wed Jul 14 17:37:36 2010 +0200 3.3 @@ -17,6 +17,9 @@ 3.4 AC_PROG_RANLIB 3.5 3.6 PKG_CHECK_MODULES(GLIB, glib-2.0) 3.7 +dnl # use the next line to use glib-1.2 3.8 +dnl PKG_CHECK_MODULES(GLIB, glib) 3.9 + 3.10 AC_SUBST(GLIB_LIBS) 3.11 AC_SUBST(GLIB_CFLAGS) 3.12