Fix typo in cross-compiling case: s/yes/no/.
authorJim Meyering <jim@meyering.net>
Tue, 25 Jan 2000 07:25:38 +0000 (07:25 +0000)
committerJim Meyering <jim@meyering.net>
Tue, 25 Jan 2000 07:25:38 +0000 (07:25 +0000)
m4/nanosleep.m4

index 1d15a738768a460781370ff45c9a6399f66481b8..441edc8f3041c8e0d763e465fb45234e2dde5cc9 100644 (file)
@@ -39,7 +39,7 @@ AC_DEFUN(jm_FUNC_NANOSLEEP,
         jm_cv_func_nanosleep_works=yes,
         jm_cv_func_nanosleep_works=no,
         dnl When crosscompiling, assume the worst.
-        jm_cv_func_nanosleep_works=yes)
+        jm_cv_func_nanosleep_works=no)
   ])
   if test $jm_cv_func_nanosleep_works = no; then
     AC_SUBST(LIBOBJS)