From 03050820bf8e22adb2ec88d079cdde01d7fa6a29 Mon Sep 17 00:00:00 2001 From: Sam Varshavchik Date: Sun, 8 Jul 2018 08:19:53 -0400 Subject: Fix type in configure.ac --- waitlib/configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'waitlib') 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 -- cgit v1.2.3