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

Diff of /emacs/configure.in

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

revision 1.297 by akochoi, Wed May 1 04:30:59 2002 UTC revision 1.298 by rms, Thu May 9 15:03:12 2002 UTC
# Line 1426  AC_TYPE_SIGNAL Line 1426  AC_TYPE_SIGNAL
1426    
1427  dnl Check for speed_t typedef.  dnl Check for speed_t typedef.
1428  AC_CACHE_CHECK(for speed_t, emacs_cv_speed_t,  AC_CACHE_CHECK(for speed_t, emacs_cv_speed_t,
1429  AC_TRY_COMPILE([#include <termios.h>], [speed_t x = 1;],    [AC_TRY_COMPILE([#include <termios.h>], [speed_t x = 1;],
1430    emacs_cv_speed_t=yes, emacs_cv_speed_t=no))      emacs_cv_speed_t=yes, emacs_cv_speed_t=no)])
1431  if test $emacs_cv_speed_t = yes; then  if test $emacs_cv_speed_t = yes; then
1432    AC_DEFINE(HAVE_SPEED_T, 1, [Define to 1 if `speed_t' is declared by <termios.h>.])    AC_DEFINE(HAVE_SPEED_T, 1,
1433               [Define to 1 if `speed_t' is declared by <termios.h>.])
1434  fi  fi
1435    
1436  AC_CACHE_CHECK(for struct timeval, emacs_cv_struct_timeval,  AC_CACHE_CHECK(for struct timeval, emacs_cv_struct_timeval,

Legend:
Removed from v.1.297  
changed lines
  Added in v.1.298

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