We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6eeb95f commit cf6a73dCopy full SHA for cf6a73d
configure
@@ -1629,7 +1629,7 @@ fi
1629
1630
# Create compiler version string
1631
if test x"$GCC" = x"yes" ; then
1632
- cc_string="GCC `${CC} --version | head -1`"
+ cc_string="GCC `${CC} --version | sed q`"
1633
else
1634
cc_string=$CC
1635
fi
configure.in
@@ -297,7 +297,7 @@ AC_SUBST(GCC)
297
298
299
300
301
302
303
0 commit comments