* config.in, configure: Regenerated.
+2003-01-02 Mark Kettenis <kettenis@gnu.org>
+
+ * configure.in: Fix typo in last change.
+ * config.in, configure: Regenerated.
+
2003-01-02 Andrew Cagney <ac131313@redhat.com>
* valarith.c (value_binop): Delete obsolete code and comments.
/* Define if you have the __argz_stringify function. */
#undef HAVE___ARGZ_STRINGIFY
-/* Define if you have the btowc function. */
-#undef HAVE_BTOWC
-
/* Define if you have the canonicalize_file_name function. */
#undef HAVE_CANONICALIZE_FILE_NAME
/* Define if you have the getpagesize function. */
#undef HAVE_GETPAGESIZE
-/* Define if you have the isascii function. */
-#undef HAVE_ISASCII
-
/* Define if you have the munmap function. */
#undef HAVE_MUNMAP
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
cat >> confdefs.h <<EOF
#define $ac_tr_func 1
EOF
- sigsetmask
+
else
echo "$ac_t""no" 1>&6
fi
AC_CHECK_FUNCS(poll)
AC_CHECK_FUNCS(sbrk)
AC_CHECK_FUNCS(setpgid setpgrp)
-AC_CHECK_FUNCS(sigaction sigprocmask, sigsetmask)
+AC_CHECK_FUNCS(sigaction sigprocmask sigsetmask)
AC_CHECK_FUNCS(socketpair)
dnl AC_FUNC_SETPGRP does not work when cross compiling