Commit 2d2f7f89 authored by monty@mysql.com's avatar monty@mysql.com

Export CXX and AR to make it easier to invoke other configure scripts with same options.

parent 079edf33
......@@ -348,7 +348,7 @@ AC_SUBST(CXXFLAGS)
AC_SUBST(LD)
AC_SUBST(INSTALL_SCRIPT)
export CC CFLAGS LD LDFLAGS
export CC CXX CFLAGS LD LDFLAGS AR
if test "$GXX" = "yes"
then
......
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