summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2007-12-10 18:28:58 +0100
committerSimon Josefsson <simon@josefsson.org>2007-12-10 18:28:58 +0100
commit5a63e0b2cd4608c4f79e1840e33490cb6a52f6e9 (patch)
tree49b0ca88ba32a24fb75b517c3b037433ef511f2d
parent753337f1b8d77d0a5a3abb6f6dcc37f98879e3d4 (diff)
downloadgnutls-5a63e0b2cd4608c4f79e1840e33490cb6a52f6e9.tar.gz
Re-order gettext invocation to avoid autoconf warnings.
-rw-r--r--configure.in5
1 files changed, 3 insertions, 2 deletions
diff --git a/configure.in b/configure.in
index 3c46b62a1c..1da545d92e 100644
--- a/configure.in
+++ b/configure.in
@@ -91,8 +91,6 @@ AC_MSG_RESULT([***
])
dnl Checks for programs.
-AM_GNU_GETTEXT([external])
-AM_GNU_GETTEXT_VERSION([0.17])
AC_PROG_CC
AC_PROG_CXX
AC_PROG_LN_S
@@ -117,6 +115,9 @@ lgl_EARLY
AC_C_CONST
AC_C_INLINE
+AM_GNU_GETTEXT([external])
+AM_GNU_GETTEXT_VERSION([0.17])
+
dnl In order to use the reentrant libc functions.
dnl I hope it is portable enough.
CFLAGS="${CFLAGS} -D_REENTRANT -D_THREAD_SAFE"