File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -26921,6 +26921,8 @@ echo "$as_me: using LDFLAGS=$LDFLAGS" >&6;}
2692126921# Create compiler version string
2692226922if test x"$GCC" = x"yes" ; then
2692326923 cc_string="GCC `${CC} --version | sed q`"
26924+ elif test x"$SUN_STUDIO_CC" = x"yes" ; then
26925+ cc_string=`${CC} -V 2>&1 | sed q`
2692426926else
2692526927 cc_string=$CC
2692626928fi
Original file line number Diff line number Diff line change 11dnl Process this file with autoconf to produce a configure script.
2- dnl $PostgreSQL: pgsql/configure.in,v 1.583 2009/01/07 03:39:33 momjian Exp $
2+ dnl $PostgreSQL: pgsql/configure.in,v 1.584 2009/01/07 10:38:44 petere Exp $
33dnl
44dnl Developers, please strive to achieve this order:
55dnl
@@ -1771,6 +1771,8 @@ AC_MSG_NOTICE([using LDFLAGS=$LDFLAGS])
17711771# Create compiler version string
17721772if test x"$GCC" = x"yes" ; then
17731773 cc_string="GCC `${CC} --version | sed q`"
1774+ elif test x"$SUN_STUDIO_CC" = x"yes" ; then
1775+ cc_string=`${CC} -V 2>&1 | sed q`
17741776else
17751777 cc_string=$CC
17761778fi
You can’t perform that action at this time.
0 commit comments