Commit b9d64a6f authored by unknown's avatar unknown

Small typo as reported by one registered customer

parent 6a51cbb0
...@@ -11528,7 +11528,7 @@ MySQL (This example uses the IBM compiler): ...@@ -11528,7 +11528,7 @@ MySQL (This example uses the IBM compiler):
export CC="xlc_r -ma -O3 -qstrict -qoptimize=3 -qmaxmem=8192 " export CC="xlc_r -ma -O3 -qstrict -qoptimize=3 -qmaxmem=8192 "
export CXX="xlC_r -ma -O3 -qstrict -qoptimize=3 -qmaxmem=8192" export CXX="xlC_r -ma -O3 -qstrict -qoptimize=3 -qmaxmem=8192"
export CFLAGS="-I /usr/local/include" export CFLAGS="-I /usr/local/include"
export LDLFAGS="-L /usr/local/lib" export LDFLAGS="-L /usr/local/lib"
export CPPFLAGS=$CFLAGS export CPPFLAGS=$CFLAGS
export CXXFLAGS=$CFLAGS export CXXFLAGS=$CFLAGS
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment