summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorRoland McGrath <roland@redhat.com>1993-01-28 21:41:44 +0000
committerRoland McGrath <roland@redhat.com>1993-01-28 21:41:44 +0000
commitcd493b3d8fa3f6d11b8ab26629994b59f4b00c2b (patch)
treed30b7d2c8dcdea18547059d572ee60f4a4a4b5ee /configure.in
parent6a44c4b6725914680501938921fdb7d7d5129d07 (diff)
downloadgunmake-cd493b3d8fa3f6d11b8ab26629994b59f4b00c2b.tar.gz
Formerly configure.in.~15~
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 135d707..aa2997d 100644
--- a/configure.in
+++ b/configure.in
@@ -43,7 +43,7 @@ AC_COMPILE_CHECK(union wait, [#include <sys/types.h>
[union wait status; int pid; pid = wait (&status);
#ifdef WEXITSTATUS
/* Some POSIXoid systems have both the new-style macros and the old
- `union wait' type, and they don't work together. If `union wait'
+ union wait type, and they do not work together. If union wait
conflicts with WEXITSTATUS et al, we don't want to use it at all. */
if (WEXITSTATUS (status) != 0) pid = -1;
#endif