summaryrefslogtreecommitdiff
path: root/TestScripts
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2022-02-12 21:40:43 -0500
committerJeffrey Walton <noloader@gmail.com>2022-02-12 21:40:43 -0500
commit5db47eba56924b6018d490c3d7aa2aff4e8687e8 (patch)
treeb91b29d05fb0d90a18bb7cb8df705c0247f159ce /TestScripts
parentfd1b8298be23b524505a4d2d4377646be0cf2a9f (diff)
downloadcryptopp-git-5db47eba56924b6018d490c3d7aa2aff4e8687e8.tar.gz
Update cryptest-autools.sh script
Diffstat (limited to 'TestScripts')
-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