mirror of
https://github.com/shadps4-emu/ext-cryptopp.git
synced 2024-11-27 03:40:22 +00:00
Update cryptest-autools.sh script
This commit is contained in:
parent
5dde13d1e3
commit
fd1b8298be
@ -185,6 +185,11 @@ fi # disabled
|
||||
echo "Running configure"
|
||||
echo ""
|
||||
|
||||
if ! ./autoconf; then
|
||||
echo "configure failed."
|
||||
exit 1
|
||||
fi
|
||||
|
||||
if ! ./configure; then
|
||||
echo "configure failed."
|
||||
exit 1
|
||||
|
Loading…
Reference in New Issue
Block a user