summaryrefslogtreecommitdiff
path: root/TestScripts/cryptest-autotools.sh
diff options
context:
space:
mode:
Diffstat (limited to 'TestScripts/cryptest-autotools.sh')
-rwxr-xr-xTestScripts/cryptest-autotools.sh5
1 files changed, 0 insertions, 5 deletions
diff --git a/TestScripts/cryptest-autotools.sh b/TestScripts/cryptest-autotools.sh
index 355ff5d0..a02ca984 100755
--- a/TestScripts/cryptest-autotools.sh
+++ b/TestScripts/cryptest-autotools.sh
@@ -185,11 +185,6 @@ fi # disabled
echo "Running configure"
echo ""
-if ! ./autoconf; then
- echo "configure failed."
- exit 1
-fi
-
if ! ./configure; then
echo "configure failed."
exit 1