From 2d2f7f89ff5e1ae8b9ce9df5014d2d8f938ea46e Mon Sep 17 00:00:00 2001 From: "monty@mysql.com" <> Date: Tue, 10 Feb 2004 12:27:14 +0100 Subject: [PATCH] Export CXX and AR to make it easier to invoke other configure scripts with same options. --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.in b/configure.in index 86a3daf84da..5ed2105be89 100644 --- a/configure.in +++ b/configure.in @@ -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