X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=configure;h=a64f3a0183d2dc893599a3fa1fbb09ba74430db3;hp=d240b6acf8bda20b033e62ef1beda4c3cebe38d3;hb=43c9c1138966ef81f2a5ebe89136ddefb3fa175e;hpb=3f406fdefca0400c1c2023674dfc5b36db55a1e7 diff --git a/configure b/configure index d240b6ac..a64f3a01 100755 --- a/configure +++ b/configure @@ -67,12 +67,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