aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 3 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 3d9015a8..294d0e1a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -176,7 +176,9 @@ AC_CHECK_LIB(gnunetgetoption_api,getConfigurationOptionValue,,
176AC_CHECK_LIB(gnunetstats_api,requestStatistics,, 176AC_CHECK_LIB(gnunetstats_api,requestStatistics,,
177 AC_MSG_ERROR([gnunet-gtk requires stats])) 177 AC_MSG_ERROR([gnunet-gtk requires stats]))
178 178
179 179PKG_CHECK_MODULES(GNUNETGTK, libglade-2.0) # libgnomeui-2.0 >= 1.110.0
180AC_SUBST(GNUNETGTK_CFLAGS)
181AC_SUBST(GNUNETGTK_LIBS)
180 182
181# Set PACKAGE_LOCALE_DIR in config.h. 183# Set PACKAGE_LOCALE_DIR in config.h.
182if test "x${prefix}" = "xNONE"; then 184if test "x${prefix}" = "xNONE"; then