diff options
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index a020d7ac..d227c834 100644 --- a/configure.ac +++ b/configure.ac | |||
@@ -258,7 +258,7 @@ AC_CHECK_LIB(gnunetstatistics,GNUNET_STATISTICS_get,, | |||
258 | AC_MSG_ERROR([gnunet-gtk requires STATISTICS])) | 258 | AC_MSG_ERROR([gnunet-gtk requires STATISTICS])) |
259 | AC_CHECK_LIB(gnunetcore,GNUNET_CORE_connect,, | 259 | AC_CHECK_LIB(gnunetcore,GNUNET_CORE_connect,, |
260 | AC_MSG_ERROR([gnunet-gtk requires CORE])) | 260 | AC_MSG_ERROR([gnunet-gtk requires CORE])) |
261 | AC_CHECK_LIB(gladeui-1,glade_xml_node_new,, | 261 | AC_CHECK_LIB(gladeui-2,glade_xml_node_new,, |
262 | AC_MSG_ERROR([gnunet-gtk requires glade3])) | 262 | AC_MSG_ERROR([gnunet-gtk requires glade3])) |
263 | LIBS=$SAVELIBS | 263 | LIBS=$SAVELIBS |
264 | 264 | ||