summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2012-05-14 17:33:30 +0200
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2012-05-14 17:33:30 +0200
commit0f808df83cf9ec163a1632681cdbe25b8c860000 (patch)
tree7e800e24ada730535d62444f46c6c0a98a99aa80
parentc4951af8b85be1963f8dc67f97fb82df55e0fced (diff)
downloadgnutls-0f808df83cf9ec163a1632681cdbe25b8c860000.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 ace8a662ff90679c575658e787f48577e2fd5940.
-rw-r--r--configure.ac5
1 files changed, 0 insertions, 5 deletions
diff --git a/configure.ac b/configure.ac
index 670190d90d..075371a516 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