freebsd-ports/mail/fetchmail/files/patch-configure
Sylvio Cesar Teixeira a72c1fdbf5 - Fix when run fetchmail with apop access.
PR:		ports/146002
Submitted by:	mkgt00@gmail.com
Approved by:	maintainer (timeout > 14days)
2010-05-23 14:40:19 +00:00

11 lines
271 B
Text

--- configure.orig 2010-05-23 11:34:20.000000000 -0300
+++ configure 2010-05-23 11:36:40.000000000 -0300
@@ -9207,7 +9207,7 @@
return 0;
}
_ACEOF
-for ac_lib in '' md5 md; do
+for ac_lib in '' md; do
if test -z "$ac_lib"; then
ac_res="none required"
else