mirror of
https://github.com/kanjitalk755/macemu.git
synced 2025-01-11 10:30:09 +00:00
AM_GNU_GETTEXT for gnome stuff
This commit is contained in:
parent
c7f5e13813
commit
f40f7ab91f
@ -187,6 +187,10 @@ if [[ "x$WANT_GTK" = "xyes" ]]; then
|
||||
CXXFLAGS="$CXXFLAGS $GTK_CFLAGS"
|
||||
LIBS="$LIBS $GTK_LIBS"
|
||||
UISRCS=prefs_editor_gtk.cpp
|
||||
dnl somehow, <gnome-i18n.h> would redefine gettext() to nothing if
|
||||
dnl ENABLE_NLS is not set, thusly conflicting with C++ <string> which
|
||||
dnl includes <libintl.h>
|
||||
AM_GNU_GETTEXT
|
||||
B2_PATH_GNOMEUI([
|
||||
AC_DEFINE(HAVE_GNOMEUI, 1, [Define if libgnomeui is available.])
|
||||
CXXFLAGS="$CXXFLAGS $GNOMEUI_CFLAGS"
|
||||
|
Loading…
x
Reference in New Issue
Block a user