ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/cebix/BasiliskII/src/Unix/configure.ac
(Generate patch)

Comparing BasiliskII/src/Unix/configure.ac (file contents):
Revision 1.17 by cebix, 2003-07-25T13:45:25Z vs.
Revision 1.18 by gbeauche, 2003-08-17T10:16:23Z

# 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"

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines