summaryrefslogtreecommitdiffstats
path: root/gettext-runtime/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'gettext-runtime/configure.ac')
-rw-r--r--gettext-runtime/configure.ac8
1 files changed, 4 insertions, 4 deletions
diff --git a/gettext-runtime/configure.ac b/gettext-runtime/configure.ac
index f8797e8..2492eee 100644
--- a/gettext-runtime/configure.ac
+++ b/gettext-runtime/configure.ac
@@ -74,6 +74,10 @@ AC_RELOCATABLE
dnl Checks for libraries.
+dnl These are the only lines required to internationalize the package.
+dnl (OK, not quite, the AC_CONFIG_FILES has also some parts.)
+AM_GNU_GETTEXT(use-libtool, need-ngettext)
+
dnl Checks for header files.
AC_CHECK_HEADERS(string.h)
AM_STDBOOL_H
@@ -97,10 +101,6 @@ gl_FUNC_READLINK
gl_XREADLINK
gl_CANONICALIZE
-dnl These are the only lines required to internationalize the package.
-dnl (OK, not quite, the AC_CONFIG_FILES has also some parts.)
-AM_GNU_GETTEXT(use-libtool, need-ngettext)
-
dnl Put some default definitions into config.h.
AH_BOTTOM([
/* On Windows, variables that may be in a DLL must be marked specially. */