Commit 2d8d02c7 authored by unknown's avatar unknown

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

parent 88fe35a1
......@@ -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