X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=configure.ac;h=1e879fd7295707a88cf3a3fe260d041e26f4d81f;hp=465580c7a31782d335808ffa322636635777ec33;hb=0dd6b2e7a21a844f2dcc306bb2d36096d3f9b664;hpb=6771688a116512f5fc5ce0844dc5987a22c2e0f6 diff --git a/configure.ac b/configure.ac index 465580c..1e879fd 100644 --- a/configure.ac +++ b/configure.ac @@ -425,13 +425,6 @@ fi AC_SUBST(DOTLOCK_GROUP) AC_SUBST(DOTLOCK_PERMISSION) -AC_ARG_WITH(domain, AC_HELP_STRING([--with-domain=DOMAIN], [Specify your DNS domain name]), - [if test $withval != yes; then - if test $withval != no; then - AC_DEFINE_UNQUOTED(DOMAIN,"$withval",[ Define your domain name. ]) - fi - fi]) - need_socket="no" dnl -- socket dependencies --