summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--configure.ac6
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index c5c9a25088..7dbac152f0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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