This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[obv] configure: Initialize the variable $PREFER_CURSES


Hi,

just a followup on the recent thread:
http://sourceware.org/ml/gdb-patches/2009-03/threads.html#00189

checked-in this change:
http://sourceware.org/ml/gdb-cvs/2009-03/msg00181.html


Regards,
Jan


2009-03-24  Jan Kratochvil  <jan.kratochvil@redhat.com>

	* configure.ac: Initialize the variable $PREFER_CURSES.
	* configure: Regenerated.

--- src/gdb/configure.ac	2009/03/24 16:54:35	1.89
+++ src/gdb/configure.ac	2009/03/24 17:01:34	1.90
@@ -334,8 +334,9 @@
 opt_curses=no
 AC_ARG_WITH(curses, AC_HELP_STRING([--with-curses], [use the curses library instead of the termcap library]), opt_curses=$withval)
 
+prefer_curses=no
 if test "$opt_curses" = "yes"; then
-	prefer_curses=yes
+  prefer_curses=yes
 fi
 
 # Profiling support.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]