aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorfile <file@f38db490-d61c-443f-a65b-d21fe96a405b>2006-12-25 17:04:48 +0000
committerfile <file@f38db490-d61c-443f-a65b-d21fe96a405b>2006-12-25 17:04:48 +0000
commit9b1d7a3c1c3bbe9e8b2369121c644ee713507faf (patch)
treeeed9c8a71fc557c89753eb767a32462ed3ea5886 /configure.ac
parent7e7cad923f6244f1d2199a5be0b6ba0de5fa207a (diff)
Clean up autoconf file (gets rid of warnings seen when rebuilding configure) and rebuild configure.
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@48960 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac6
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index b9fc63fb0..88b59de64 100644
--- a/configure.ac
+++ b/configure.ac
@@ -21,6 +21,9 @@ AC_CONFIG_HEADER(include/asterisk/autoconfig.h)
AC_COPYRIGHT("Asterisk")
AC_REVISION($Revision$)
+AC_GNU_SOURCE
+AC_USE_SYSTEM_EXTENSIONS
+
case "${host_os}" in
freebsd*)
ac_default_prefix=/usr/local
@@ -89,9 +92,6 @@ if test ! x"${UNAME}" = xNo; then
fi
AC_SUBST(PBX_OSREV)
-# This needs to be before any macros that use the C compiler
-AC_GNU_SOURCE
-
AH_TOP(
#ifndef ASTERISK_AUTOCONFIG_H
#define ASTERISK_AUTOCONFIG_H