mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-12-22 17:34:54 +01:00
Remove ./configure failure for unrecognized options
The Debian build process (and presumably others) passes many options to the configure script. Most of them are not needed for notmuch. The configure script needs to just silently ignore the extra options it's not using, so that the configure stage won't fail and the build process can continue.
This commit is contained in:
parent
e72a6176e3
commit
9f99a301b1
1 changed files with 0 additions and 6 deletions
6
configure
vendored
6
configure
vendored
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue