ESMTP is utterly broken, and pulls OpenSSL.
[apps/madmutt.git] / configure
index 5f3142e..52b7eb6 100755 (executable)
--- a/configure
+++ b/configure
@@ -22,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