[Telepathy-commits] [telepathy-gabble/master] configure.ac: move AC_USE_SYSTEM_EXTENSIONS nearer the top

Simon McVittie simon.mcvittie at collabora.co.uk
Wed Feb 25 10:07:17 PST 2009


This macro should be run before any C compiler tests.
---
 configure.ac |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/configure.ac b/configure.ac
index e694b36..86dedb7 100644
--- a/configure.ac
+++ b/configure.ac
@@ -27,14 +27,14 @@ AC_CONFIG_MACRO_DIR([m4])
 AM_INIT_AUTOMAKE([1.9 -Wno-portability])
 AM_CONFIG_HEADER(config.h)
 
+AC_USE_SYSTEM_EXTENSIONS
+
 dnl check for tools
 AC_PROG_CC
 AC_PROG_CC_STDC
 AC_PROG_INSTALL
 AC_PROG_LIBTOOL
 
-AC_USE_SYSTEM_EXTENSIONS
-
 COMPILER_OPTIMISATIONS
 COMPILER_COVERAGE
 
-- 
1.5.6.5




More information about the telepathy-commits mailing list