From 746eee14e8a1f5091638a5b6c50d79dbed84b083 Mon Sep 17 00:00:00 2001
From: Guillem Jover <guillem@hadrons.org>
Date: Thu, 7 Mar 2013 16:48:53 +0100
Subject: [PATCH v3 05/13] 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 292016f..1a4dca5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -18,7 +18,7 @@ PKG_PROG_PKG_CONFIG
 
 NEARD_COMPILER_FLAGS
 
-AC_LANG_C
+AC_LANG([C])
 
 AC_PROG_CC
 NEARD_PROG_CC_PIE
-- 
1.9.0.rc3.244.g3497008

