Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 272228
Collapse All | Expand All

(-)configure.old (-1 / +1 lines)
Lines 1497-1503 Link Here
1497
if [ "$MIME_UNPACKER" = "reformime" ]; then
1497
if [ "$MIME_UNPACKER" = "reformime" ]; then
1498
#Check version of maildrop to ensure it's not the buggy version
1498
#Check version of maildrop to ensure it's not the buggy version
1499
1499
1500
DD="`$MAILDROP_BINARY -v 2>&1|grep '^maildrop'|grep '1\.0'`"
1500
DD="`$MAILDROP_BINARY -v 2>&1|grep '^maildrop'|grep ' 1\.0'`"
1501
if [ "$DD" != "" ]; then
1501
if [ "$DD" != "" ]; then
1502
    cat<<EOF
1502
    cat<<EOF
1503
1503

Return to bug 272228