From 0f23dd5b49accfaeee235226173991143653a8de Mon Sep 17 00:00:00 2001
From: Guillem Jover <guillem@hadrons.org>
Date: Thu, 7 Mar 2013 16:48:53 +0100
Subject: [PATCH v2 06/18] build: Use AC_LANG instead of obsolete AC_LANG_C
Status: obsolete

---
 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index 9dd59c2..085c74f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -20,7 +20,7 @@ PKG_PROG_PKG_CONFIG
 
 NEARD_COMPILER_FLAGS
 
-AC_LANG_C
+AC_LANG([C])
 
 AC_PROG_CC
 NEARD_PROG_CC_PIE
-- 
1.8.3.1

