summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--imap/ChangeLog4
-rw-r--r--waitlib/configure.ac2
2 files changed, 5 insertions, 1 deletions
diff --git a/imap/ChangeLog b/imap/ChangeLog
index bc3111a..f34442c 100644
--- a/imap/ChangeLog
+++ b/imap/ChangeLog
@@ -1,3 +1,7 @@
+2018-07-08 Sam Varshavchik <mrsam@courier-mta.com>
+
+ * waitlib/configure.ac: Fix typo.
+
2018-06-28 Sam Varshavchik <mrsam@courier-mta.com>
* libs/tcpd/starttls.c (main): Add -user option. Additional fixes
diff --git a/waitlib/configure.ac b/waitlib/configure.ac
index 695e199..a50d8d9 100644
--- a/waitlib/configure.ac
+++ b/waitlib/configure.ac
@@ -61,7 +61,7 @@ wait3)
then
has_xsig=yes
fi
- if test "$has_sighold" = "yes"
+ if test "$ac_cv_func_sighold" = "yes"
then
has_xsig=yes
fi