summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorPhilip Withnall <philip.withnall@collabora.co.uk>2013-12-12 11:58:54 +0000
committerOlivier CrĂȘte <olivier.crete@collabora.com>2013-12-18 17:37:47 -0500
commit82021a6593db4e36fc78320af6cae12c0ab769e6 (patch)
treea78542339fca218c3c167cd3a3defcc92761bf6b /configure.ac
parent483a0fcc2bca0d8d1018a92e13565866b88124cd (diff)
build: Update AC_CONFIG_HEADERS instead of AC_CONFIG_HEADER
The latter is deprecated.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 35e4bc0..115b57f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -9,7 +9,7 @@ LIBNICE_RELEASE="no"
AC_CANONICAL_TARGET
AC_CONFIG_SRCDIR([agent/agent.c])
-AC_CONFIG_HEADER([config.h])
+AC_CONFIG_HEADERS([config.h])
AM_INIT_AUTOMAKE([-Wall])
AC_CONFIG_FILES([