Index: configure.in =================================================================== RCS file: /cvsroot/pgsql/configure.in,v retrieving revision 1.168 diff -c -r1.168 configure.in *** configure.in 5 Mar 2002 17:55:21 -0000 1.168 --- configure.in 12 Mar 2002 21:23:15 -0000 *************** *** 297,303 **** # Create compiler version string if test x"$GCC" = x"yes" ; then ! cc_string="GCC `${CC} --version | head -1`" else cc_string=$CC fi --- 297,303 ---- # Create compiler version string if test x"$GCC" = x"yes" ; then ! cc_string="GCC `${CC} --version | sed q`" else cc_string=$CC fi