Restored the execution flag on configure when ADMS is enabled

This commit is contained in:
Francesco Lannutti 2013-01-16 16:00:23 +01:00 committed by rlar
parent 8c69016464
commit 409207eb77
1 changed files with 1 additions and 0 deletions

View File

@ -217,6 +217,7 @@ if [ "$ADMS" -gt 0 ]; then
autoconf temp-adms.ac > configure \
|| error_and_exit "autoconf failed, with adms"
rm -f temp-adms.ac
chmod +x configure
else
autoconf \
|| error_and_exit "autoconf failed"