From: Harlan Stenn Date: Mon, 1 Nov 1999 02:55:46 +0000 (-0000) Subject: ChangeLog, configure, configure.in: X-Git-Tag: NTP_4_98_c~3 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e6d271deb9952eb540dd21a76aa8b514455062ca;p=thirdparty%2Fntp.git ChangeLog, configure, configure.in: * configure.in: TIOCSPPS cleanup bk: 381d0132nFj9IWsiZ8H7PM3LRj4ENg --- diff --git a/ChangeLog b/ChangeLog index c79ff3ce24..a554258ce1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +1999-10-31 Harlan Stenn + + * configure.in: TIOCSPPS cleanup + 1999-10-20 Harlan Stenn * configure.in: 4.0.98b diff --git a/configure b/configure index 9282867817..dd4d1c7a83 100755 --- a/configure +++ b/configure @@ -7701,7 +7701,7 @@ fi rm -f conftest* else -ntp_ok = no + ntp_ok=no fi if test "$ntp_ok" = "yes"; then diff --git a/configure.in b/configure.in index 790f5c2066..49dd74d179 100644 --- a/configure.in +++ b/configure.in @@ -1366,7 +1366,7 @@ if test "$ac_cv_header_termios_h" = "yes"; then #endif ], ntp_ok=yes, ntp_ok=no) else -ntp_ok = no + ntp_ok=no fi if test "$ntp_ok" = "yes"; then