summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 46312ee856..8623f98b4f 100755
--- a/configure
+++ b/configure
@@ -1629,7 +1629,7 @@ fi
# Create compiler version string
if test x"$GCC" = x"yes" ; then
- cc_string="GCC `${CC} --version | head -1`"
+ cc_string="GCC `${CC} --version | sed q`"
else
cc_string=$CC
fi