From 5cf1ae4bf6f5c1189a4b5dd90b73e2270007a9a1 Mon Sep 17 00:00:00 2001 From: Mark Andrews Date: Fri, 25 Oct 2013 10:15:50 +1100 Subject: [PATCH] remove debugging sets --- configure | 2 -- configure.in | 2 -- 2 files changed, 4 deletions(-) diff --git a/configure b/configure index e50e85f22e..624b014569 100755 --- a/configure +++ b/configure @@ -15064,7 +15064,6 @@ esac # Only check dsa signature generation on these platforms when performing # system tests. # -set -x CHECK_DSA=0 if grep "#define PATH_RANDOMDEV " confdefs.h > /dev/null then @@ -15075,7 +15074,6 @@ then esac fi -set - # # Do we have arc4random() ? diff --git a/configure.in b/configure.in index a90de0fda1..a9fec46ad5 100644 --- a/configure.in +++ b/configure.in @@ -1306,7 +1306,6 @@ esac # Only check dsa signature generation on these platforms when performing # system tests. # -set -x CHECK_DSA=0 if grep "#define PATH_RANDOMDEV " confdefs.h > /dev/null then @@ -1317,7 +1316,6 @@ then esac fi AC_SUBST(CHECK_DSA) -set - # # Do we have arc4random() ? -- GitLab