summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
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 90b55ea..774dc7a 100644
--- a/configure.in
+++ b/configure.in
@@ -243,7 +243,7 @@ AC_CACHE_CHECK([for union wait], [make_cv_union_wait],
])
AS_IF([test "$make_cv_union_wait" = yes],
[ AC_DEFINE([HAVE_UNION_WAIT], [1],
- [Define to 1 if you have the \`union wait' type in <sys/wait.h>.])
+ [Define to 1 if you have the 'union wait' type in <sys/wait.h>.])
])