* configure.in: Fix typo in last change.

* config.in, configure: Regenerated.
This commit is contained in:
Mark Kettenis 2003-01-02 14:47:01 +00:00
parent ef66e766fa
commit e1ea1d755e
4 changed files with 8 additions and 9 deletions

View File

@ -1,3 +1,8 @@
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.

View File

@ -199,9 +199,6 @@
/* 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
@ -214,9 +211,6 @@
/* 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

4
gdb/configure vendored
View File

@ -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

View File

@ -211,7 +211,7 @@ AC_CHECK_FUNCS(canonicalize_file_name realpath)
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