ESMTP is utterly broken, and pulls OpenSSL.
[apps/madmutt.git] / configure
index bc74eab..52b7eb6 100755 (executable)
--- a/configure
+++ b/configure
@@ -12,7 +12,6 @@ do_makefile() {
         *)        echo "cannot guess deepness of '$dir'"; exit 1
     esac
     echo "all %: ; @\$(MAKE) -s -C $rel/build/$dir \$*" >  $dir/Makefile
-    echo "-include \$(wildcard *.mk)"                   >> $dir/Makefile
 }
 
 find . -name CMakeLists.txt | while read file; do do_makefile $file; done
@@ -23,7 +22,7 @@ mkdir -p $builddir
 ln -s $builddir build
 
 if test $# -eq 0; then
-    cd $builddir && cmake -DWITH_NNTP=1 -DWITH_IDN=1 -DUSE_HCACHE=1 -DWITH_LIBESMTP=1 --with-prefix=/usr ..
+    cd $builddir && cmake -DWITH_NNTP=1 -DWITH_IDN=1 -DUSE_HCACHE=1 --with-prefix=/usr ..
 else
     cd $builddir && cmake "$@" ..
 fi