aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNils Durner <durner@gnunet.org>2005-07-14 11:13:12 +0000
committerNils Durner <durner@gnunet.org>2005-07-14 11:13:12 +0000
commit1b2b3e1b53d678d407ae8ee0ca0a227e942180a8 (patch)
treebf4b567ec3fe23bf85c2241ca9477927e9ccde00
parentd5f54e3fcd65cfb593beb5dba0def594e1caae79 (diff)
downloadgnunet-gtk-1b2b3e1b53d678d407ae8ee0ca0a227e942180a8.tar.gz
gnunet-gtk-1b2b3e1b53d678d407ae8ee0ca0a227e942180a8.zip
gettext 0.13 & check for ftruncate
-rw-r--r--configure.ac3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 23d70a52..abb4850d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -137,6 +137,7 @@ esac
137AC_CHECK_LIB(nsl, gethostbyname) 137AC_CHECK_LIB(nsl, gethostbyname)
138AC_CHECK_LIB(socket, socket) 138AC_CHECK_LIB(socket, socket)
139AC_CHECK_LIB(m, log) 139AC_CHECK_LIB(m, log)
140AC_CHECK_FUNCS(ftruncate)
140 141
141# check for POSIX emulation under Windows 142# check for POSIX emulation under Windows
142AC_CHECK_LIB(plibc, plibc_conv_to_win_path) 143AC_CHECK_LIB(plibc, plibc_conv_to_win_path)
@@ -146,7 +147,7 @@ AC_C_CONST
146AC_TYPE_PID_T 147AC_TYPE_PID_T
147 148
148# check for gettext 149# check for gettext
149AM_GNU_GETTEXT_VERSION([0.14.4]) 150AM_GNU_GETTEXT_VERSION([0.13])
150AM_GNU_GETTEXT([external]) 151AM_GNU_GETTEXT([external])
151 152
152# test for GNUnet core 153# test for GNUnet core