]> git.notmuchmail.org Git - notmuch/blobdiff - configure
Remove ./configure failure for unrecognized options
[notmuch] / configure
index fa8e142bb786e0450992abe823c6a9ee26bffb9e..c6e0c09a8f8014c9458c9461ae59094c49e56e05 100755 (executable)
--- a/configure
+++ b/configure
@@ -59,12 +59,6 @@ for option; do
        exit 0
     elif [ "${option%%=*}" = '--prefix' ] ; then
        PREFIX="${option#*=}"
        exit 0
     elif [ "${option%%=*}" = '--prefix' ] ; then
        PREFIX="${option#*=}"
-    else
-       echo "Unrecognized option: ${option}."
-       echo "See:"
-       echo "  $0 --help"
-       echo ""
-       exit 1
     fi
 done
 
     fi
 done