* configure.in: Fix typo in last change.
authorMark Kettenis <kettenis@gnu.org>
Thu, 2 Jan 2003 14:47:01 +0000 (14:47 +0000)
committerMark Kettenis <kettenis@gnu.org>
Thu, 2 Jan 2003 14:47:01 +0000 (14:47 +0000)
* config.in, configure: Regenerated.

gdb/ChangeLog
gdb/config.in
gdb/configure
gdb/configure.in

index f34ef8090f2b985f9bc2a757dbbbb7de12da7c95..6a5d85ae7bbd83d4816a3e2a83ea2b7696ed2b24 100644 (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.
index 037aade4bc50a1ee6474a46e57313f62085fb50c..206edfd1083d9715cfdfcba81926fc5120b43166 100644 (file)
 /* 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
 
index 0ddc959f203c4115f88a1f2d79df78d8a5b45947..03eaecdd2c46b9482eb19b863c99632e52f018e0 100755 (executable)
@@ -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
index 48f5b45ea3e4dc7a955db2b377cfe386f4cf15c7..2bddde3536551312782c79caf467f85809c5cf27 100644 (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
This page took 0.03362 seconds and 4 git commands to generate.