comparison 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
comparison
equal deleted inserted replaced
202:5cecc214afc9 203:45acc5727493
702 enable_dependency_tracking 702 enable_dependency_tracking
703 enable_resolver 703 enable_resolver
704 with_user 704 with_user
705 with_group 705 with_group
706 enable_debug 706 enable_debug
707 with_glib_static
708 enable_smtp_server 707 enable_smtp_server
709 enable_auth 708 enable_auth
710 enable_maildir 709 enable_maildir
711 with_libcrypto 710 with_libcrypto
712 enable_ident 711 enable_ident
1356 Optional Packages: 1355 Optional Packages:
1357 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes] 1356 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1358 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no) 1357 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
1359 --with-user=USER set user mail 1358 --with-user=USER set user mail
1360 --with-group=GROUP set group trusted 1359 --with-group=GROUP set group trusted
1361 --with-glib-static=path link glib statically (path mandatory!)
1362 --with-libcrypto use libcrypto 1360 --with-libcrypto use libcrypto
1363 --with-liblockfile use liblock (for Debian) 1361 --with-liblockfile use liblock (for Debian)
1364 --with-logdir=DIR set log directory /var/log/masqmail 1362 --with-logdir=DIR set log directory /var/log/masqmail
1365 --with-spooldir=DIR set spool directory /var/spool/masqmail 1363 --with-spooldir=DIR set spool directory /var/spool/masqmail
1366 --with-confdir directory for configuration /etc/masqmail 1364 --with-confdir directory for configuration /etc/masqmail
5147 cat >>confdefs.h <<_ACEOF 5145 cat >>confdefs.h <<_ACEOF
5148 #define DEF_MAIL_GROUP "${with_group}" 5146 #define DEF_MAIL_GROUP "${with_group}"
5149 _ACEOF 5147 _ACEOF
5150 5148
5151 5149
5152
5153
5154 # Check whether --with-glib_static was given.
5155 if test "${with_glib_static+set}" = set; then :
5156 withval=$with_glib_static;
5157 fi
5158
5159 if test "x$with_glib_static" != 'x'; then
5160 GLIB_LIBS=$with_glib_static
5161
5162 fi
5163 5150
5164 MD5_LIBS='' 5151 MD5_LIBS=''
5165 BASE64_LIBS='' 5152 BASE64_LIBS=''
5166 5153
5167 # Check whether --enable-smtp_server was given. 5154 # Check whether --enable-smtp_server was given.