masqmail
diff configure.ac @ 203:45acc5727493
removed --with-glib-static configure option
linking glib statically is interesting if no other program uses it
on today's systems glib is widely used
if one cares on linking statically, he can link everything statically
the special case for glib will not get special care anymore
author | meillo@marmaro.de |
---|---|
date | Fri, 16 Jul 2010 14:48:17 +0200 |
parents | bd9704417d49 |
children | 5745edd5b769 |
line diff
1.1 --- a/configure.ac Fri Jul 16 14:43:55 2010 +0200 1.2 +++ b/configure.ac Fri Jul 16 14:48:17 2010 +0200 1.3 @@ -118,15 +118,6 @@ 1.4 AC_DEFINE_UNQUOTED(DEF_MAIL_GROUP, "${with_group}", [The mail group]) 1.5 AC_SUBST(with_group) 1.6 1.7 -dnl link glib statically? 1.8 -AC_ARG_WITH(glib_static, 1.9 - [ --with-glib-static=path link glib statically (path mandatory!)], 1.10 - ) 1.11 -if test "x$with_glib_static" != 'x'; then 1.12 - GLIB_LIBS=$with_glib_static 1.13 - AC_SUBST(GLIB_LIBS) 1.14 -fi 1.15 - 1.16 dnl optional features 1.17 MD5_LIBS='' 1.18 BASE64_LIBS=''