diff options
author | Owen Taylor <otaylor@redhat.com> | 2002-06-12 18:48:10 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 2002-06-12 18:48:10 +0000 |
commit | 020832549a348e16ce4413af968d4a2f036f913e (patch) | |
tree | 3c0d0f1dd74feee0ccb3d9325f62f6604e9c160b /acconfig.h | |
parent | 1ec62a09069250881829524332d553d6b13cb916 (diff) | |
download | gtk+-020832549a348e16ce4413af968d4a2f036f913e.tar.gz |
Fix some problems with case statements for checking for omitted deps.
Wed Jun 12 14:41:43 2002 Owen Taylor <otaylor@redhat.com>
* configure.in: Fix some problems with case statements
for checking for omitted deps. (#84202, Jacob Berkman.)
* configure.in: Remove USE_X11R6_XIM checks since we
no longer use them.
Diffstat (limited to 'acconfig.h')
-rw-r--r-- | acconfig.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/acconfig.h b/acconfig.h index 9d853fec64..f9617e62b7 100644 --- a/acconfig.h +++ b/acconfig.h @@ -48,9 +48,6 @@ #undef USE_GMODULE #undef USE_MMX -/* Define to use X11R6 additions to XIM */ -#undef USE_X11R6_XIM - /* Define to use XKB extension */ #undef HAVE_XKB |