diff options
author | Owen Taylor <otaylor@redhat.com> | 1999-02-10 00:47:02 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 1999-02-10 00:47:02 +0000 |
commit | 84d9f5f9a13d52cd91bffc6230445d1e0ac73431 (patch) | |
tree | 0c365da96635ee7330e3fa3d24254827d015b0a2 /configure.in | |
parent | c3a4205cfaf1cbe1b299a3dc49bb2e1907d580de (diff) | |
download | gtk+-84d9f5f9a13d52cd91bffc6230445d1e0ac73431.tar.gz |
Removed extraneous line that crept in in previous commit.
Tue Feb 9 19:49:46 1999 Owen Taylor <otaylor@redhat.com>
* configure.in (LDFLAGS): Removed extraneous line
that crept in in previous commit.
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 2c8bfa4180..cc5eeb53ac 100644 --- a/configure.in +++ b/configure.in @@ -328,7 +328,6 @@ if test x$enable_xim_inst = xmaybe ; then fi if test "x$enable_xim" = "xyes"; then - AC_DEFINE(USE_XIM) GTK_XIM_FLAGS="-DUSE_XIM" if test "x$enable_xim_inst" = "xyes"; then AC_DEFINE(USE_X11R6_XIM) |