comparison configure.ac @ 3248:8d7c2461057a

[xemacs-hg @ 2006-02-20 15:58:23 by stephent] configure.ac comments. <877j7qqb0z.fsf@tleepslib.sk.tsukuba.ac.jp>
author stephent
date Mon, 20 Feb 2006 15:58:24 +0000
parents 80361b938eaa
children d674024a8674
comparison
equal deleted inserted replaced
3247:f6851356c1f6 3248:8d7c2461057a
4470 AC_CHECK_HEADERS(libintl.h) 4470 AC_CHECK_HEADERS(libintl.h)
4471 AC_CHECK_LIB(intl, strerror) 4471 AC_CHECK_LIB(intl, strerror)
4472 4472
4473 AC_CHECKING([for Mule input methods]) 4473 AC_CHECKING([for Mule input methods])
4474 dnl Do we have the XmIm* routines? And if so, do we want to use them? 4474 dnl Do we have the XmIm* routines? And if so, do we want to use them?
4475 dnl XIM seems to be flaky except on Solaris...
4476 dnl test -z "$with_xim" -a "$opsys" != "sol2" && with_xim=no
4477 case "$with_xim" in "" | "yes" ) 4475 case "$with_xim" in "" | "yes" )
4478 AC_CHECKING([for XIM]) 4476 AC_CHECKING([for XIM])
4479 AC_CHECK_LIB(X11, XOpenIM, with_xim=xlib, with_xim=no) 4477 AC_CHECK_LIB(X11, XOpenIM, with_xim=xlib, with_xim=no)
4480 dnl XIM + Lesstif is not (yet?) usable 4478 dnl XIM + Lesstif is not (yet?) usable
4481 dnl Only use Motif if linking Motif anyway, or don't have xlib XIM 4479 dnl Only use Motif if linking Motif anyway, or don't have xlib XIM
4482 if test "$need_motif $have_lesstif" = "yes no"; then 4480 if test "$need_motif $have_lesstif" = "yes no"; then
4483 AC_CHECK_LIB(Xm, XmImMbLookupString, with_xim=motif) 4481 AC_CHECK_LIB(Xm, XmImMbLookupString, with_xim=motif)
4482 dnl #### This is always false.
4483 dnl Not clear what we want, although "yes no yes" is insufficient.
4484 elif test "$have_motif $have_lesstif $with_xim" = "yes no no"; then 4484 elif test "$have_motif $have_lesstif $with_xim" = "yes no no"; then
4485 AC_CHECK_LIB(Xm, XmImMbLookupString, with_xim=motif) 4485 AC_CHECK_LIB(Xm, XmImMbLookupString, with_xim=motif)
4486 fi ;; 4486 fi ;;
4487 esac 4487 esac
4488 if test "$with_xim" != "no"; then 4488 if test "$with_xim" != "no"; then