Commit 0743e5d6 authored by unknown's avatar unknown

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

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