Commit 68386602 authored by joerg@mysql.com's avatar joerg@mysql.com
Browse files

Merge mysql.com:/M40/mysql-4.0 into mysql.com:/M41/merge-4.1

parents fc7ca83a 26caa52c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -315,7 +315,7 @@ BASE=$BASE2
if [ x"@GXX@" = x"yes" ] ; then
  gcclib=`@CC@ --print-libgcc-file`
  if [ $? -ne 0 ] ; then
    print "Warning: Couldn't find libgcc.a!"
    echo "Warning: Couldn't find libgcc.a!"
  else
    $CP $gcclib $BASE/lib/libmygcc.a
  fi