]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
Move gnulib EARLY early.
authorSimon Josefsson <simon@josefsson.org>
Mon, 17 Nov 2008 23:39:35 +0000 (00:39 +0100)
committerSimon Josefsson <simon@josefsson.org>
Mon, 17 Nov 2008 23:39:35 +0000 (00:39 +0100)
configure.ac

index c5c9a25088370ac90ab57fc2cd9b1f34fa936cf1..7dbac152f053cc96730fef288348cddd0b4eca4f 100644 (file)
@@ -47,6 +47,9 @@ if test "x$GAA" = "x"; then
 ***]])
 fi
 
+gl_EARLY
+AC_C_INLINE
+
 AC_ARG_ENABLE(cxx,
   AS_HELP_STRING([--disable-cxx], [unconditionally disable the C++ library]),
     use_cxx=$enableval, use_cxx=yes)
@@ -58,9 +61,6 @@ if test "$use_cxx" != "no"; then
 fi
 AM_CONDITIONAL(ENABLE_CXX, test "$use_cxx" != "no")
 
-gl_EARLY
-AC_C_INLINE
-
 LIBGNUTLS_HOOKS
 LIBGNUTLS_EXTRA_HOOKS