* configure.ac: Check for resize_term.
authorPedro Alves <palves@redhat.com>
Wed, 28 Jul 2010 11:48:23 +0000 (11:48 +0000)
committerPedro Alves <palves@redhat.com>
Wed, 28 Jul 2010 11:48:23 +0000 (11:48 +0000)
* configure, config.in: Regenerate.

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

index 0635a14..bdd1a6e 100644 (file)
@@ -1,3 +1,8 @@
+2010-07-28  Pedro Alves  <pedro@codesourcery.com>
+
+       * configure.ac: Check for resize_term.
+       * configure, config.in: Regenerate.
+
 2010-07-27  Joel Brobecker  <brobecker@adacore.com>
 
        * MAINTAINERS (Write After Approval): Reorder a couple of entries.
index 1fc457d..635b85b 100644 (file)
 /* Define to 1 if you have the `realpath' function. */
 #undef HAVE_REALPATH
 
+/* Define to 1 if you have the `resize_term' function. */
+#undef HAVE_RESIZE_TERM
+
 /* Define to 1 if you have the `sbrk' function. */
 #undef HAVE_SBRK
 
index 174c186..bf93faf 100755 (executable)
@@ -12509,7 +12509,7 @@ $as_echo "#define HAVE_WORKING_FORK 1" >>confdefs.h
 fi
 
 for ac_func in canonicalize_file_name realpath getrusage getuid \
-               getgid pipe poll pread64 sbrk setpgid setpgrp setsid \
+               getgid pipe poll pread64 resize_term sbrk setpgid setpgrp setsid \
                sigaction sigprocmask sigsetmask socketpair syscall \
                ttrace wborder setlocale iconvlist libiconvlist btowc \
                setrlimit getrlimit posix_madvise
index bfe1803..324a2c2 100644 (file)
@@ -954,7 +954,7 @@ AC_FUNC_ALLOCA
 AC_FUNC_MMAP
 AC_FUNC_VFORK
 AC_CHECK_FUNCS([canonicalize_file_name realpath getrusage getuid \
-               getgid pipe poll pread64 sbrk setpgid setpgrp setsid \
+               getgid pipe poll pread64 resize_term sbrk setpgid setpgrp setsid \
                sigaction sigprocmask sigsetmask socketpair syscall \
                ttrace wborder setlocale iconvlist libiconvlist btowc \
                setrlimit getrlimit posix_madvise])