1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

- fixed broken shellcode

This commit is contained in:
lenz@mysql.com
2004-02-12 16:51:52 +01:00
parent b8866d929d
commit 4e42ac4f9e

View File

@ -260,7 +260,7 @@ export PATH
# Use gcc for C and C++ code (to avoid a dependency on libstdc++ and
# including exceptions into the code
test -z $CXX && test -z $CC
if [ -z "$CXX" -a -z "$CC" ]
then
export CC="gcc"
export CXX="gcc"