Fixed 'gnustep-config --variable=OBJCXX'

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@32812 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Nicola Pero 2011-04-08 22:59:25 +00:00
parent ad291a70ce
commit 30d30eb201
3 changed files with 11 additions and 4 deletions

2
configure vendored
View file

@ -3533,7 +3533,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
# Similarly for the ObjC++ compiler ... but only new versions of autoconf
# support it, so we pretend by using the C++ compiler
#AC_PROG_OBJCXX
OBJCXX=CXX
OBJCXX="${CXX}"
ac_aux_dir=
for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do