X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=configure;h=c6e0c09a8f8014c9458c9461ae59094c49e56e05;hp=fa8e142bb786e0450992abe823c6a9ee26bffb9e;hb=9f99a301b158dc1ed1c8c6754db1d57e3b0becf4;hpb=e72a6176e3fc3fcf4b1696e3f0ee9cf66509fb4d;ds=sidebyside diff --git a/configure b/configure index fa8e142b..c6e0c09a 100755 --- a/configure +++ b/configure @@ -59,12 +59,6 @@ for option; do exit 0 elif [ "${option%%=*}" = '--prefix' ] ; then PREFIX="${option#*=}" - else - echo "Unrecognized option: ${option}." - echo "See:" - echo " $0 --help" - echo "" - exit 1 fi done