summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2012-05-14 17:32:37 +0200
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2012-05-14 17:39:25 +0200
commitbcdf79aea10f3f30817ce0b3e9b29dab435219c6 (patch)
treedfd82d03122a4455b24b53750b1838e41b0c6388 /configure.ac
parent5f904e7b973580bf8653529bf74e74a3003d56cb (diff)
downloadgnutls-bcdf79aea10f3f30817ce0b3e9b29dab435219c6.tar.gz
Revert "This patch fixes following kind of issue with automake 1.12" It was suggested that this need not to be solved by gnutls.
This reverts commit 30ad4976249aa9e402eb27081ade06928f3066f0.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac5
1 files changed, 0 insertions, 5 deletions
diff --git a/configure.ac b/configure.ac
index 507bdbea47..b0fa3ae518 100644
--- a/configure.ac
+++ b/configure.ac
@@ -36,11 +36,6 @@ AC_MSG_RESULT([***
dnl Checks for programs.
AC_PROG_CC
AM_PROG_AS
-
-# automake 1.12 seems to require this, but automake 1.11 doesn't recognize it
-m4_pattern_allow([AM_PROG_AR])
-AM_PROG_AR
-
AC_PROG_CXX
gl_EARLY