emacs-pretest-bug
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: XIM


From: 山本和彦
Subject: Re: XIM
Date: Wed, 23 Jul 2003 16:56:52 +0900 (JST)

> These two changes (plus regenerating configure and config.in)
> I think will solve the problem.  Do they?

With the source code of the current CVS, I can compile emacs.
I think two problems, XIM and png.h, have been already solved.

Your patch is rejected as follows (xterm.c is OK). If you want to let
me test your patch, please send correct patches again.

--Kazu

configure.in.rej:
***************
*** 2148,2155 ****
  HAVE_PNG=no
  if test "${HAVE_X11}" = "yes"; then
    if test "${with_png}" != "no"; then
!     AC_CHECK_HEADER(png.h,
!       AC_CHECK_LIB(png, png_get_channels, HAVE_PNG=yes, , -lz -lm))
    fi
  
    if test "${HAVE_PNG}" = "yes"; then
--- 2168,2179 ----
  HAVE_PNG=no
  if test "${HAVE_X11}" = "yes"; then
    if test "${with_png}" != "no"; then
!     AC_CHECK_HEADER(png.h, AC_DEFINE (HAVE_PNG_H, 1, [Define to 1 if you have 
png.h]))
!     AC_CHECK_HEADER(libpng/png.h, AC_DEFINE (HAVE_LIBPNG_PNG_H, 1, [Define to 
1 if you have libpng/png.h]))
! 
!     if test "${HAVE_PNG_H}" = "yes" || "${HAVE_LIBPNG_PNG_H}" = "yes"; then
!       AC_CHECK_LIB(png, png_get_channels, HAVE_PNG=yes, , -lz -lm)
!     fi
    fi
  
    if test "${HAVE_PNG}" = "yes"; then




reply via email to

[Prev in Thread] Current Thread [Next in Thread]