]> git.lyx.org Git - features.git/commitdiff
Remove the XOpenIM test as lyxlookup.C has been buried.
authorAngus Leeming <leeming@lyx.org>
Tue, 17 Dec 2002 15:40:57 +0000 (15:40 +0000)
committerAngus Leeming <leeming@lyx.org>
Tue, 17 Dec 2002 15:40:57 +0000 (15:40 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5841 a592a061-630c-0410-9148-cb99ea01b6c8

config/ChangeLog
config/configure.ac
config/configure.in

index 4e6b739d83e3d124fe404fc526b37b56ba09a8ae..cd1ed96931eacf845838fca9c4e299c37e2b5985 100644 (file)
@@ -1,16 +1,22 @@
+2002-12-17  Angus Leeming  <leeming@lyx.org>
+
+       * configure.ac:
+       * configure.in: remove the XOpenIM test as lyxlookup.C has been buried.
+
 2002-12-16  Angus Leeming  <leeming@lyx.org>
 
        * configure.ac: replace LYX_USE_XFORMS_IMAGE_LOADER with
        LYX_CHECK_XFORMS_IMAGE_LOADER.
        Remove AM_CONDITIONAL(USE_BASIC_IMAGE_LOADER, ...) test.
 
-       * configure.ac: As above. However, I have also found it necessary to
+       * configure.in: As above. However, I have also found it necessary to
        comment out some tests from the gnome block of case "$lyx_use_frontend"
        otherwise they were replicated. No idea what is going wrong here.
 
        * xforms.m4 (XFORMS_VERSION): update warning/error messages.
        (LYX_CHECK_XFORMS_IMAGE_LOADER): replaces LYX_USE_XFORMS_IMAGE_LOADER.
-       The function is far simpler as we don't have to worry about xforms < 0.89.5.
+       The function is far simpler as we don't have to worry about
+       xforms < 0.89.5.
 
 2002-11-25  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
 
index c6036748b57544e4e9212f6c6309d5347c39c796..0a7cacb07fa07edbd5807c78feb53268f41304be 100644 (file)
@@ -147,9 +147,6 @@ if test -n "$GXX" ; then
 fi
 CPPFLAGS="$CPPFLAGS $X_CFLAGS"
 
-## Check whether X is new enough to handle the input method stuff
-AC_CHECK_FUNCS(XOpenIM)
-
 ### check which frontend we want to use
 
 #LYX_USE_FRONTEND
index 4aba413089689841ce55bcb9371cb7c7bd3207c1..5b5d2c594d333d4267dec993ccadb5a0c521ab25 100644 (file)
@@ -150,9 +150,6 @@ if test -n "$GXX" ; then
 fi
 CPPFLAGS="$CPPFLAGS $X_CFLAGS"
 
-## Check whether X is new enough to handle the input method stuff
-AC_CHECK_FUNCS(XOpenIM)
-
 ### check which frontend we want to use
 
 #LYX_USE_FRONTEND