masqmail

diff configure @ 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	Fri Jul 16 14:43:55 2010 +0200
     1.2 +++ b/configure	Fri Jul 16 14:48:17 2010 +0200
     1.3 @@ -704,7 +704,6 @@
     1.4  with_user
     1.5  with_group
     1.6  enable_debug
     1.7 -with_glib_static
     1.8  enable_smtp_server
     1.9  enable_auth
    1.10  enable_maildir
    1.11 @@ -1358,7 +1357,6 @@
    1.12    --without-PACKAGE       do not use PACKAGE (same as --with-PACKAGE=no)
    1.13    --with-user=USER        set user mail
    1.14    --with-group=GROUP      set group trusted
    1.15 -  --with-glib-static=path            link glib statically (path mandatory!)
    1.16    --with-libcrypto        use libcrypto
    1.17    --with-liblockfile      use liblock (for Debian)
    1.18    --with-logdir=DIR       set log directory /var/log/masqmail
    1.19 @@ -5150,17 +5148,6 @@
    1.20  
    1.21  
    1.22  
    1.23 -
    1.24 -# Check whether --with-glib_static was given.
    1.25 -if test "${with_glib_static+set}" = set; then :
    1.26 -  withval=$with_glib_static;
    1.27 -fi
    1.28 -
    1.29 -if test "x$with_glib_static" != 'x'; then
    1.30 -	GLIB_LIBS=$with_glib_static
    1.31 -
    1.32 -fi
    1.33 -
    1.34  MD5_LIBS=''
    1.35  BASE64_LIBS=''
    1.36