summaryrefslogtreecommitdiffstats
path: root/daemons
diff options
context:
space:
mode:
authorPetr Spacek <pspacek@redhat.com>2016-10-12 13:06:58 +0200
committerMartin Basti <mbasti@redhat.com>2016-10-18 10:47:59 +0200
commit7de597425f8fb6d8c5cadc8fc039729368c43ddf (patch)
tree6fc3b0c492ddec8831887e671e5e3cb363489823 /daemons
parent8b458ce4de9cb0e072849c4fbd9257377cd4a654 (diff)
downloadfreeipa-7de597425f8fb6d8c5cadc8fc039729368c43ddf.tar.gz
freeipa-7de597425f8fb6d8c5cadc8fc039729368c43ddf.tar.xz
freeipa-7de597425f8fb6d8c5cadc8fc039729368c43ddf.zip
Build: remove deprecated AC_STDC_HEADERS macro
Interestingly, the new macro AC_HEADER_STDC is alredy present. Reviewed-By: Martin Basti <mbasti@redhat.com> Reviewed-By: Alexander Bokovoy <abokovoy@redhat.com>
Diffstat (limited to 'daemons')
-rw-r--r--daemons/configure.ac1
1 files changed, 0 insertions, 1 deletions
diff --git a/daemons/configure.ac b/daemons/configure.ac
index 36bf94382..136a91510 100644
--- a/daemons/configure.ac
+++ b/daemons/configure.ac
@@ -12,7 +12,6 @@ m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES])
AM_MAINTAINER_MODE
AC_PROG_CC_C99
-AC_STDC_HEADERS
AC_DISABLE_STATIC
LT_INIT