summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2008-11-18 00:39:35 +0100
committerSimon Josefsson <simon@josefsson.org>2008-11-18 00:39:35 +0100
commit7a0d9c640b31fd449c07e9a06deda6740700fd1d (patch)
treedc978588b92eaa28545e48233c5513736824bd6b
parent35d89293222a0e8930dc2752b0e5e85e4d088800 (diff)
downloadgnutls-7a0d9c640b31fd449c07e9a06deda6740700fd1d.tar.gz
Move gnulib EARLY early.
-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