# | Line 187 | Line 187 | if [[ "x$WANT_GTK" = "xyes" ]]; then | |
---|---|---|
187 | CXXFLAGS="$CXXFLAGS $GTK_CFLAGS" | |
188 | LIBS="$LIBS $GTK_LIBS" | |
189 | UISRCS=prefs_editor_gtk.cpp | |
190 | + | dnl somehow, <gnome-i18n.h> would redefine gettext() to nothing if |
191 | + | dnl ENABLE_NLS is not set, thusly conflicting with C++ <string> which |
192 | + | dnl includes <libintl.h> |
193 | + | AM_GNU_GETTEXT |
194 | B2_PATH_GNOMEUI([ | |
195 | AC_DEFINE(HAVE_GNOMEUI, 1, [Define if libgnomeui is available.]) | |
196 | CXXFLAGS="$CXXFLAGS $GNOMEUI_CFLAGS" |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |