emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/configure.in


From: Thien-Thi Nguyen
Subject: [Emacs-diffs] Changes to emacs/configure.in
Date: Wed, 20 Apr 2005 06:54:47 -0400

Index: emacs/configure.in
diff -c emacs/configure.in:1.384 emacs/configure.in:1.385
*** emacs/configure.in:1.384    Wed Mar 16 22:21:31 2005
--- emacs/configure.in  Wed Apr 20 10:54:46 2005
***************
*** 1555,1561 ****
                [AC_DEFINE(HAVE_TM_GMTOFF, 1,
                           [Define to 1 if `tm_gmtoff' is member of `struct 
tm'.])],,
                [#include <time.h>])
! AC_CHECK_MEMBERS([struct ifreq.ifr_flags, struct ifreq.ifr_hwaddr, 
                  struct ifreq.ifr_netmask, struct ifreq.ifr_broadaddr,
                  struct ifreq.ifr_addr], , ,
                 [AC_INCLUDES_DEFAULT
--- 1555,1561 ----
                [AC_DEFINE(HAVE_TM_GMTOFF, 1,
                           [Define to 1 if `tm_gmtoff' is member of `struct 
tm'.])],,
                [#include <time.h>])
! AC_CHECK_MEMBERS([struct ifreq.ifr_flags, struct ifreq.ifr_hwaddr,
                  struct ifreq.ifr_netmask, struct ifreq.ifr_broadaddr,
                  struct ifreq.ifr_addr], , ,
                 [AC_INCLUDES_DEFAULT
***************
*** 1765,1771 ****
    HAVE_XFREE386=no
  fi
  AC_MSG_RESULT($HAVE_XFREE386)
!   
  dnl Check for need for bigtoc support on IBM AIX
  
  case ${host_os} in
--- 1765,1771 ----
    HAVE_XFREE386=no
  fi
  AC_MSG_RESULT($HAVE_XFREE386)
! 
  dnl Check for need for bigtoc support on IBM AIX
  
  case ${host_os} in
***************
*** 2178,2184 ****
    AC_DEFINE(USE_XIM, 1,
            [Define to 1 if we should use XIM, if it is available.])
  fi
!  
  
  if test "${HAVE_XIM}" != "no"; then
    late_CFLAGS=$CFLAGS
--- 2178,2184 ----
    AC_DEFINE(USE_XIM, 1,
            [Define to 1 if we should use XIM, if it is available.])
  fi
! 
  
  if test "${HAVE_XIM}" != "no"; then
    late_CFLAGS=$CFLAGS
***************
*** 2662,2668 ****
  dnl
  dnl AC_SYS_POSIX_TERMIOS
  dnl if test $ac_cv_sys_posix_termios = yes; then
! dnl    AC_DEFINE(HAVE_TERMIOS, 1, [Define to 1 if you have POSIX-style 
functions 
  dnl                                and macros for terminal control.])
  dnl    AC_DEFINE(HAVE_TCATTR, 1, [Define to 1 if you have tcgetattr and 
tcsetattr.])
  dnl fi
--- 2662,2668 ----
  dnl
  dnl AC_SYS_POSIX_TERMIOS
  dnl if test $ac_cv_sys_posix_termios = yes; then
! dnl    AC_DEFINE(HAVE_TERMIOS, 1, [Define to 1 if you have POSIX-style 
functions
  dnl                                and macros for terminal control.])
  dnl    AC_DEFINE(HAVE_TCATTR, 1, [Define to 1 if you have tcgetattr and 
tcsetattr.])
  dnl fi




reply via email to

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