Index: configure =================================================================== RCS file: /home/alvherre/cvs/pgsql/configure,v retrieving revision 1.127.2.2 diff -c -r1.127.2.2 configure *** configure 13 Aug 2001 20:09:03 -0000 1.127.2.2 --- configure 9 Mar 2005 18:14:37 -0000 *************** *** 1617,1623 **** # Create compiler version string if test x"$GCC" = x"yes" ; then ! cc_string="GCC `${CC} --version`" else cc_string=$CC fi --- 1617,1623 ---- # Create compiler version string if test x"$GCC" = x"yes" ; then ! cc_string="GCC gcc (GCC) 3.3.5 (Debian 1:3.3.5-10)" else cc_string=$CC fi