mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-10 10:50:10 +00:00
Don't define ENABLE_NLS unless we have a working NLS. (This should keep
Mon Jan 25 15:47:46 1999 Owen Taylor <otaylor@redhat.com> * acinclude.m4 (ac_result): Don't define ENABLE_NLS unless we have a working NLS. (This should keep libintl.h from being included when it doesn't exist).
This commit is contained in:
parent
4b8095d525
commit
7d5e1b0ccf
@ -1,3 +1,10 @@
|
||||
Mon Jan 25 15:47:46 1999 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* acinclude.m4 (ac_result): Don't define ENABLE_NLS
|
||||
unless we have a working NLS. (This should keep
|
||||
libintl.h from being included when it doesn't
|
||||
exist).
|
||||
|
||||
Mon Jan 25 11:05:10 1999 George Lebl <jirka@5z.com>
|
||||
|
||||
* gtk/gtkbutton.c: set RECEIVES_DEFAULT on init, and a
|
||||
|
@ -1,3 +1,10 @@
|
||||
Mon Jan 25 15:47:46 1999 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* acinclude.m4 (ac_result): Don't define ENABLE_NLS
|
||||
unless we have a working NLS. (This should keep
|
||||
libintl.h from being included when it doesn't
|
||||
exist).
|
||||
|
||||
Mon Jan 25 11:05:10 1999 George Lebl <jirka@5z.com>
|
||||
|
||||
* gtk/gtkbutton.c: set RECEIVES_DEFAULT on init, and a
|
||||
|
@ -1,3 +1,10 @@
|
||||
Mon Jan 25 15:47:46 1999 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* acinclude.m4 (ac_result): Don't define ENABLE_NLS
|
||||
unless we have a working NLS. (This should keep
|
||||
libintl.h from being included when it doesn't
|
||||
exist).
|
||||
|
||||
Mon Jan 25 11:05:10 1999 George Lebl <jirka@5z.com>
|
||||
|
||||
* gtk/gtkbutton.c: set RECEIVES_DEFAULT on init, and a
|
||||
|
@ -1,3 +1,10 @@
|
||||
Mon Jan 25 15:47:46 1999 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* acinclude.m4 (ac_result): Don't define ENABLE_NLS
|
||||
unless we have a working NLS. (This should keep
|
||||
libintl.h from being included when it doesn't
|
||||
exist).
|
||||
|
||||
Mon Jan 25 11:05:10 1999 George Lebl <jirka@5z.com>
|
||||
|
||||
* gtk/gtkbutton.c: set RECEIVES_DEFAULT on init, and a
|
||||
|
@ -1,3 +1,10 @@
|
||||
Mon Jan 25 15:47:46 1999 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* acinclude.m4 (ac_result): Don't define ENABLE_NLS
|
||||
unless we have a working NLS. (This should keep
|
||||
libintl.h from being included when it doesn't
|
||||
exist).
|
||||
|
||||
Mon Jan 25 11:05:10 1999 George Lebl <jirka@5z.com>
|
||||
|
||||
* gtk/gtkbutton.c: set RECEIVES_DEFAULT on init, and a
|
||||
|
@ -1,3 +1,10 @@
|
||||
Mon Jan 25 15:47:46 1999 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* acinclude.m4 (ac_result): Don't define ENABLE_NLS
|
||||
unless we have a working NLS. (This should keep
|
||||
libintl.h from being included when it doesn't
|
||||
exist).
|
||||
|
||||
Mon Jan 25 11:05:10 1999 George Lebl <jirka@5z.com>
|
||||
|
||||
* gtk/gtkbutton.c: set RECEIVES_DEFAULT on init, and a
|
||||
|
@ -1,3 +1,10 @@
|
||||
Mon Jan 25 15:47:46 1999 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* acinclude.m4 (ac_result): Don't define ENABLE_NLS
|
||||
unless we have a working NLS. (This should keep
|
||||
libintl.h from being included when it doesn't
|
||||
exist).
|
||||
|
||||
Mon Jan 25 11:05:10 1999 George Lebl <jirka@5z.com>
|
||||
|
||||
* gtk/gtkbutton.c: set RECEIVES_DEFAULT on init, and a
|
||||
|
@ -569,7 +569,7 @@ AC_DEFUN(AM_GTK_WITH_NLS,
|
||||
|
||||
dnl If we use NLS figure out what method
|
||||
if test "$USE_NLS" = "yes"; then
|
||||
AC_DEFINE(ENABLE_NLS)
|
||||
# AC_DEFINE(ENABLE_NLS)
|
||||
# AC_MSG_CHECKING([whether included gettext is requested])
|
||||
# AC_ARG_WITH(included-gettext,
|
||||
# [ --with-included-gettext use the GNU gettext library included here],
|
||||
|
Loading…
Reference in New Issue
Block a user