Commit 03c048b1 authored by unknown's avatar unknown
Browse files

Merge mysql.com:/space/my/mysql-4.0-build

into mysql.com:/space/my/mysql-4.1-build


BUILD/compile-dist:
  Auto merged
parents 6b819860 bc6457fc
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -18,12 +18,17 @@ autoconf
# Default to gcc for CC and CXX
if test -z "$CXX" ; then
  export CXX=gcc
  # Set some required compile options
  if test -z "$CXXFLAGS" ; then
    export CXXFLAGS=""-felide-constructors -fno-exceptions -fno-rtti""
  fi
fi

if test -z "$CC" ; then
  export CC=gcc
fi


# Use ccache, if available
if ccache -V > /dev/null 2>&1
then