Restored the execution flag on configure when ADMS is enabled
This commit is contained in:
parent
8c69016464
commit
409207eb77
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue