/[emacs]/emacs/configure.in
ViewVC logotype

Diff of /emacs/configure.in

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.384 by monnier, Wed Mar 16 22:21:31 2005 UTC revision 1.385 by ttn, Wed Apr 20 10:54:46 2005 UTC
# Line 1555  AC_CHECK_MEMBER(struct tm.tm_gmtoff, Line 1555  AC_CHECK_MEMBER(struct tm.tm_gmtoff,
1555                  [AC_DEFINE(HAVE_TM_GMTOFF, 1,                  [AC_DEFINE(HAVE_TM_GMTOFF, 1,
1556                             [Define to 1 if `tm_gmtoff' is member of `struct tm'.])],,                             [Define to 1 if `tm_gmtoff' is member of `struct tm'.])],,
1557                  [#include <time.h>])                  [#include <time.h>])
1558  AC_CHECK_MEMBERS([struct ifreq.ifr_flags, struct ifreq.ifr_hwaddr,  AC_CHECK_MEMBERS([struct ifreq.ifr_flags, struct ifreq.ifr_hwaddr,
1559                    struct ifreq.ifr_netmask, struct ifreq.ifr_broadaddr,                    struct ifreq.ifr_netmask, struct ifreq.ifr_broadaddr,
1560                    struct ifreq.ifr_addr], , ,                    struct ifreq.ifr_addr], , ,
1561                   [AC_INCLUDES_DEFAULT                   [AC_INCLUDES_DEFAULT
# Line 1765  else Line 1765  else
1765    HAVE_XFREE386=no    HAVE_XFREE386=no
1766  fi  fi
1767  AC_MSG_RESULT($HAVE_XFREE386)  AC_MSG_RESULT($HAVE_XFREE386)
1768      
1769  dnl Check for need for bigtoc support on IBM AIX  dnl Check for need for bigtoc support on IBM AIX
1770    
1771  case ${host_os} in  case ${host_os} in
# Line 2178  if test "${with_xim}" != "no"; then Line 2178  if test "${with_xim}" != "no"; then
2178    AC_DEFINE(USE_XIM, 1,    AC_DEFINE(USE_XIM, 1,
2179              [Define to 1 if we should use XIM, if it is available.])              [Define to 1 if we should use XIM, if it is available.])
2180  fi  fi
2181    
2182    
2183  if test "${HAVE_XIM}" != "no"; then  if test "${HAVE_XIM}" != "no"; then
2184    late_CFLAGS=$CFLAGS    late_CFLAGS=$CFLAGS
# Line 2662  dnl The following looks like a useful st Line 2662  dnl The following looks like a useful st
2662  dnl  dnl
2663  dnl AC_SYS_POSIX_TERMIOS  dnl AC_SYS_POSIX_TERMIOS
2664  dnl if test $ac_cv_sys_posix_termios = yes; then  dnl if test $ac_cv_sys_posix_termios = yes; then
2665  dnl    AC_DEFINE(HAVE_TERMIOS, 1, [Define to 1 if you have POSIX-style functions  dnl    AC_DEFINE(HAVE_TERMIOS, 1, [Define to 1 if you have POSIX-style functions
2666  dnl                                and macros for terminal control.])  dnl                                and macros for terminal control.])
2667  dnl    AC_DEFINE(HAVE_TCATTR, 1, [Define to 1 if you have tcgetattr and tcsetattr.])  dnl    AC_DEFINE(HAVE_TCATTR, 1, [Define to 1 if you have tcgetattr and tcsetattr.])
2668  dnl fi  dnl fi

Legend:
Removed from v.1.384  
changed lines
  Added in v.1.385

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26