diff options
author | Owen Taylor <otaylor@redhat.com> | 2001-04-26 14:42:41 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 2001-04-26 14:42:41 +0000 |
commit | 604828e8d5c8f792d0b3c88c080c8e9057aa6258 (patch) | |
tree | 5edfc5c31aa006ec507b5843e301ce030b5f7e6d /configure.in | |
parent | 5f58312cfd100586f21d3ba552dc30ba1c75d73d (diff) | |
download | gtk+-604828e8d5c8f792d0b3c88c080c8e9057aa6258.tar.gz |
Remove deprecation of gtk_window_set_default_size() until patch adding
Thu Apr 26 10:40:41 2001 Owen Taylor <otaylor@redhat.com>
* gtk/gtkwindow.h: Remove deprecation of gtk_window_set_default_size()
until patch adding gtk_window_set_size() is recommitted.
* **Makefile.am configure.in gdk/x11/gdkim-11.c
gtk/gtkmain.c gtk/gtkimmulticontext.c gtk/gtkmain.c
gtk/gtkrc.c: Remove all traces of -DX_LOCALE support.
(#10784)
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/configure.in b/configure.in index 25824d6246..15931e8896 100644 --- a/configure.in +++ b/configure.in @@ -116,7 +116,6 @@ AC_ARG_ENABLE(xim_inst, [ --disable-xim-inst does not use xim instantiate AC_ARG_ENABLE(xkb, [ --enable-xkb support XKB [default=maybe]], , enable_xkb="maybe") AC_ARG_ENABLE(rebuilds, [ --disable-rebuilds disable all source autogeneration rules],,enable_rebuilds=yes) -AC_ARG_WITH(locale, [ --with-locale=LOCALE locale name you want to use ]) AC_ARG_WITH(xinput, [ --with-xinput=[no/gxi/xfree] support XInput ]) @@ -626,28 +625,6 @@ AC_SUBST(gdktargetlib) AC_SUBST(gtktargetlib) -# Check if X_LOCALE definition is necessary - -AC_MSG_CHECKING(need -DX_LOCALE) - -AC_TRY_RUN([ -#include <stdio.h> -#include <locale.h> - -int -main () -{ - return setlocale (LC_ALL, "${with_locale}") == NULL; -}], -need_x_locale=no, -need_x_locale=yes, -need_x_locale=no) -AC_MSG_RESULT($need_x_locale) - -if test $need_x_locale = yes; then - GTK_LOCALE_FLAGS="-DX_LOCALE" -fi - # Checks for header files. AC_HEADER_STDC |