From: R.E. Wolff Date: Wed, 17 Aug 2016 11:59:36 +0000 (+0200) Subject: fixed no-gtk build bug introduced with e2d898cc X-Git-Tag: v0.88~37 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=467ca18a5e3ac5cc41260ad9ec364ee4db93a55c;p=thirdparty%2Fmtr.git fixed no-gtk build bug introduced with e2d898cc --- diff --git a/configure.ac b/configure.ac index ffc9cff..2859e67 100644 --- a/configure.ac +++ b/configure.ac @@ -93,7 +93,7 @@ AS_IF([test "x$WANTS_GTK" = "xyes"], [ GTK_OBJ="" ]) ], [ - AC_DEFINE([NO_GTK]) + AC_DEFINE([NO_GTK], [1], [Define if you don't have the GTK+ libraries available.]) GTK_OBJ="" ])