aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThien-Thi Nguyen2005-04-20 10:54:46 +0000
committerThien-Thi Nguyen2005-04-20 10:54:46 +0000
commitf6214bb76be82d1ca25851cfcbaac68a51d424ad (patch)
tree404c27af77d7b0eb4e6a8a98953c86861d3e0254
parent0a0993d7bcc9a03c577d01823cf86196dd6bdec4 (diff)
downloademacs-f6214bb76be82d1ca25851cfcbaac68a51d424ad.tar.gz
emacs-f6214bb76be82d1ca25851cfcbaac68a51d424ad.zip
Remove eol whitespace; nfc.
-rw-r--r--configure.in8
1 files changed, 4 insertions, 4 deletions
diff --git a/configure.in b/configure.in
index 1a818a5b74e..e354e585747 100644
--- a/configure.in
+++ b/configure.in
@@ -1555,7 +1555,7 @@ AC_CHECK_MEMBER(struct tm.tm_gmtoff,
1555 [AC_DEFINE(HAVE_TM_GMTOFF, 1, 1555 [AC_DEFINE(HAVE_TM_GMTOFF, 1,
1556 [Define to 1 if `tm_gmtoff' is member of `struct tm'.])],, 1556 [Define to 1 if `tm_gmtoff' is member of `struct tm'.])],,
1557 [#include <time.h>]) 1557 [#include <time.h>])
1558AC_CHECK_MEMBERS([struct ifreq.ifr_flags, struct ifreq.ifr_hwaddr, 1558AC_CHECK_MEMBERS([struct ifreq.ifr_flags, struct ifreq.ifr_hwaddr,
1559 struct ifreq.ifr_netmask, struct ifreq.ifr_broadaddr, 1559 struct ifreq.ifr_netmask, struct ifreq.ifr_broadaddr,
1560 struct ifreq.ifr_addr], , , 1560 struct ifreq.ifr_addr], , ,
1561 [AC_INCLUDES_DEFAULT 1561 [AC_INCLUDES_DEFAULT
@@ -1765,7 +1765,7 @@ else
1765 HAVE_XFREE386=no 1765 HAVE_XFREE386=no
1766fi 1766fi
1767AC_MSG_RESULT($HAVE_XFREE386) 1767AC_MSG_RESULT($HAVE_XFREE386)
1768 1768
1769dnl Check for need for bigtoc support on IBM AIX 1769dnl Check for need for bigtoc support on IBM AIX
1770 1770
1771case ${host_os} in 1771case ${host_os} in
@@ -2178,7 +2178,7 @@ if test "${with_xim}" != "no"; then
2178 AC_DEFINE(USE_XIM, 1, 2178 AC_DEFINE(USE_XIM, 1,
2179 [Define to 1 if we should use XIM, if it is available.]) 2179 [Define to 1 if we should use XIM, if it is available.])
2180fi 2180fi
2181 2181
2182 2182
2183if test "${HAVE_XIM}" != "no"; then 2183if test "${HAVE_XIM}" != "no"; then
2184 late_CFLAGS=$CFLAGS 2184 late_CFLAGS=$CFLAGS
@@ -2662,7 +2662,7 @@ dnl The following looks like a useful start.
2662dnl 2662dnl
2663dnl AC_SYS_POSIX_TERMIOS 2663dnl AC_SYS_POSIX_TERMIOS
2664dnl if test $ac_cv_sys_posix_termios = yes; then 2664dnl if test $ac_cv_sys_posix_termios = yes; then
2665dnl AC_DEFINE(HAVE_TERMIOS, 1, [Define to 1 if you have POSIX-style functions 2665dnl AC_DEFINE(HAVE_TERMIOS, 1, [Define to 1 if you have POSIX-style functions
2666dnl and macros for terminal control.]) 2666dnl and macros for terminal control.])
2667dnl AC_DEFINE(HAVE_TCATTR, 1, [Define to 1 if you have tcgetattr and tcsetattr.]) 2667dnl AC_DEFINE(HAVE_TCATTR, 1, [Define to 1 if you have tcgetattr and tcsetattr.])
2668dnl fi 2668dnl fi