]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
ChangeLog, configure, configure.in:
authorHarlan Stenn <stenn@ntp.org>
Mon, 1 Nov 1999 02:55:46 +0000 (02:55 -0000)
committerHarlan Stenn <stenn@ntp.org>
Mon, 1 Nov 1999 02:55:46 +0000 (02:55 -0000)
  * configure.in: TIOCSPPS cleanup

bk: 381d0132nFj9IWsiZ8H7PM3LRj4ENg

ChangeLog
configure
configure.in

index c79ff3ce2498fb3956da3b82076f9a4a371de20a..a554258ce124a614b4f54ff44a436eec41d3a617 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+1999-10-31  Harlan Stenn  <stenn@whimsy.udel.edu>
+
+       * configure.in: TIOCSPPS cleanup
+
 1999-10-20  Harlan Stenn  <stenn@whimsy.udel.edu>
 
        * configure.in: 4.0.98b
index 92828678172601566d769476ae22fb28c1f2d440..dd4d1c7a8378fb4cc00821e8445b92887d9962e0 100755 (executable)
--- 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
index 790f5c20662239e6b496f2aa005e39bd11a2a6e1..49dd74d1799fc647b9c1304cae08d930abaea49d 100644 (file)
@@ -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