Sophie

Sophie

distrib > PLD > ra > i386 > media > dist-src > by-pkgid > 30fa57e9e7af5051613c1309f436924c > files > 3

uucp-1.06.2-6.src.rpm

--- configure.in.old	Sat Oct  6 23:30:33 2001
+++ configure.in	Sat Oct  6 23:29:13 2001
@@ -336,7 +336,8 @@
 uucp_cv_sys_ftime_ok=runtime)])
 case $uucp_cv_sys_ftime_ok in
 yes) AC_DEFINE(HAVE_FTIME) AC_MSG_RESULT(yes) ;;
-no)  AC_MSG_RESULT(no) AC_MSG_WARN(ftime seems to be buggy) ;;
+no)  AC_MSG_RESULT(no)
+     AC_MSG_WARN(ftime seems to be buggy) ;;
 runtime) AC_DEFINE(HAVE_FTIME) AC_MSG_RESULT(will check at run time) ;;
 esac
 ])