Package: pistachio
Version: 0.4 + CVS
Author: Guillem Jover <guillem@debian.org>
Status: applied
Description:
 Fix missplaced string.

Index: user/configure.in
===================================================================
RCS file: /public-cvs/pistachio/user/configure.in,v
retrieving revision 1.18.2.15
diff -u -r1.18.2.15 configure.in
--- user/configure.in	6 May 2004 14:12:22 -0000	1.18.2.15
+++ user/configure.in	19 May 2004 01:06:10 -0000
@@ -166,7 +166,7 @@
 
 
 dnl Find location of libgcc.a
-AC_MSG_CHECKING(location of stdarg.h)
+AC_MSG_CHECKING(location of libgcc.a)
 LIBGCC=`$CC -print-libgcc-file-name`
 LIBGCCDIR=`echo $LIBGCC | sed 's,/[[^/]]*$,,'`
 AC_MSG_RESULT($LIBGCCDIR)
