diff options
Diffstat (limited to 'gdb/configure')
-rwxr-xr-x | gdb/configure | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/configure b/gdb/configure index 0ddc959..03eaecd 100755 --- a/gdb/configure +++ b/gdb/configure @@ -5947,7 +5947,7 @@ else fi done -for ac_func in sigaction sigprocmask +for ac_func in sigaction sigprocmask sigsetmask do echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 echo "configure:5954: checking for $ac_func" >&5 @@ -5996,7 +5996,7 @@ if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then cat >> confdefs.h <<EOF #define $ac_tr_func 1 EOF - sigsetmask + else echo "$ac_t""no" 1>&6 fi |