* [PATCH] Remove duplicate check result printing from configure
@ 2003-08-29 19:19 Mark Kettenis
0 siblings, 0 replies; 3+ messages in thread
From: Mark Kettenis @ 2003-08-29 19:19 UTC (permalink / raw)
To: gdb-patches
This patch prevents that the result of the check for uintptr_t is
printed twice. Checked in as obvious.
Mark
Index: ChangeLog
from Mark Kettenis <kettenis@gnu.org>
* configure.in: Remove redundant AC_MSG_RESULT in check for
uintptr_t in stdint.h.
* configure: Regenerated.
Index: configure.in
===================================================================
RCS file: /cvs/src/src/gdb/configure.in,v
retrieving revision 1.129
diff -u -p -r1.129 configure.in
--- configure.in 22 Jul 2003 18:18:09 -0000 1.129
+++ configure.in 29 Aug 2003 19:17:08 -0000
@@ -526,7 +526,6 @@ AC_CACHE_CHECK([for uintptr_t in stdint.
[uintptr_t foo = 0;],
gdb_cv_have_uintptr_t=yes,
gdb_cv_have_uintptr_t=no)])
-AC_MSG_RESULT($gdb_cv_have_uintptr_t)
if test $gdb_cv_have_uintptr_t = yes; then
AC_DEFINE(HAVE_UINTPTR_T, 1, [Define if <stdint.h> provides the uintptr_t type.])
fi
^ permalink raw reply [flat|nested] 3+ messages in thread* Re: [PATCH] Remove duplicate check result printing from configure
@ 2003-08-29 19:25 Michael Elizabeth Chastain
2003-08-29 19:34 ` Mark Kettenis
0 siblings, 1 reply; 3+ messages in thread
From: Michael Elizabeth Chastain @ 2003-08-29 19:25 UTC (permalink / raw)
To: gdb-patches, kettenis
Whoops, my fault! Thanks for fixing this.
Michael C
from Mark Kettenis <kettenis@gnu.org>
* configure.in: Remove redundant AC_MSG_RESULT in check for
uintptr_t in stdint.h.
* configure: Regenerated.
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2003-08-29 19:34 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-08-29 19:19 [PATCH] Remove duplicate check result printing from configure Mark Kettenis
2003-08-29 19:25 Michael Elizabeth Chastain
2003-08-29 19:34 ` Mark Kettenis
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox