summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
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 ab5f8e91..2f848879 100644
--- a/configure.ac
+++ b/configure.ac
@@ -55,9 +55,6 @@ AC_PROG_CXX
# Gnulib (early checks).
gl_EARLY
-# We want ostream_printf and hyperlink support.
-gl_LIBTEXTSTYLE_OPTIONAL([0.20.5])
-
# Gnulib uses '#pragma GCC diagnostic push' to silence some
# warnings, but older gcc doesn't support this.
AC_CACHE_CHECK([whether pragma GCC diagnostic push works],
@@ -285,6 +282,9 @@ AC_C_INLINE
# gl_EARLY avoids some redundant checks.
gl_INIT
+# We want ostream_printf and hyperlink support.
+gl_LIBTEXTSTYLE_OPTIONAL([0.20.5])
+
# Checks for library functions.
AC_CHECK_FUNCS_ONCE([setlocale])