diff options
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
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,, | |||
176 | AC_CHECK_LIB(gnunetstats_api,requestStatistics,, | 176 | AC_CHECK_LIB(gnunetstats_api,requestStatistics,, |
177 | AC_MSG_ERROR([gnunet-gtk requires stats])) | 177 | AC_MSG_ERROR([gnunet-gtk requires stats])) |
178 | 178 | ||
179 | 179 | PKG_CHECK_MODULES(GNUNETGTK, libglade-2.0) # libgnomeui-2.0 >= 1.110.0 | |
180 | AC_SUBST(GNUNETGTK_CFLAGS) | ||
181 | AC_SUBST(GNUNETGTK_LIBS) | ||
180 | 182 | ||
181 | # Set PACKAGE_LOCALE_DIR in config.h. | 183 | # Set PACKAGE_LOCALE_DIR in config.h. |
182 | if test "x${prefix}" = "xNONE"; then | 184 | if test "x${prefix}" = "xNONE"; then |