aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
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 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]))
259AC_CHECK_LIB(gnunetcore,GNUNET_CORE_connect,, 259AC_CHECK_LIB(gnunetcore,GNUNET_CORE_connect,,
260 AC_MSG_ERROR([gnunet-gtk requires CORE])) 260 AC_MSG_ERROR([gnunet-gtk requires CORE]))
261AC_CHECK_LIB(gladeui-1,glade_xml_node_new,, 261AC_CHECK_LIB(gladeui-2,glade_xml_node_new,,
262 AC_MSG_ERROR([gnunet-gtk requires glade3])) 262 AC_MSG_ERROR([gnunet-gtk requires glade3]))
263LIBS=$SAVELIBS 263LIBS=$SAVELIBS
264 264