From b977a7d9fde7a620b6330979fa3f54ef190e5b20 Mon Sep 17 00:00:00 2001 From: Ken Raeburn Date: Wed, 31 Oct 2007 06:07:44 +0000 Subject: Set CXX_LINK, CXX_LINK_STATIC, and CXX_LINK_SHARED, parallel to CC_ versions. Assumes for now that libpath, rpath, ldflags, pthread flags and such apply to both C and C++ compilers. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@20155 dc483132-0cff-0310-8789-dd5450dbe970 --- src/config/pre.in | 1 + 1 file changed, 1 insertion(+) (limited to 'src/config/pre.in') diff --git a/src/config/pre.in b/src/config/pre.in index 0747853036..ee88d583a3 100644 --- a/src/config/pre.in +++ b/src/config/pre.in @@ -309,6 +309,7 @@ EXEEXT = CC_LINK=@CC_LINK@ +CXX_LINK=@CXX_LINK@ # prefix (with no spaces after) for rpath flag to cc RPATH_FLAG=@RPATH_FLAG@ -- cgit