aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-06-22 08:04:15 +0000
committerChristian Grothoff <christian@grothoff.org>2010-06-22 08:04:15 +0000
commite4457e984a40276e9c1b3a98f9d8beff2aecd981 (patch)
treef4f9222430cc0656f5057df8ad6c63d466d8224c /configure.ac
parent64bd95b216f833779e3558517375e8d0895fcc03 (diff)
downloadgnunet-e4457e984a40276e9c1b3a98f9d8beff2aecd981.tar.gz
gnunet-e4457e984a40276e9c1b3a98f9d8beff2aecd981.zip
reorder
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index c7c5554ca..f484f9295 100644
--- a/configure.ac
+++ b/configure.ac
@@ -535,8 +535,8 @@ AC_DEFINE_UNQUOTED([HAVE_ESMTP], $esmtp, [We have libesmtp])
535LIBS=$SAVE_LIBS 535LIBS=$SAVE_LIBS
536 536
537# check for gettext 537# check for gettext
538AM_GNU_GETTEXT_VERSION([0.16.1])
539AM_GNU_GETTEXT([external]) 538AM_GNU_GETTEXT([external])
539AM_GNU_GETTEXT_VERSION([0.16.1])
540 540
541# check for iconv 541# check for iconv
542AM_ICONV 542AM_ICONV