diff options
Diffstat (limited to 'configure')
| -rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure index 46312ee8568..8623f98b4f7 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 |
