This commit is contained in:
hyung-hwan 2008-07-19 08:25:09 +00:00
parent 1546704051
commit b84f8812a3
2 changed files with 5 additions and 27 deletions

25
ase/configure vendored
View File

@ -26766,10 +26766,10 @@ CJFLAGS=$CJFLAGS
BUILD_CJ=$BUILD_CJ BUILD_CJ=$BUILD_CJ
echo "################ ${CXX} ######################"
if test -n "${CXX}"; then if test -n "${CXX}"; then
if true; then
HAVE_CXX_TRUE= HAVE_CXX_TRUE=
HAVE_CXX_FALSE='#' HAVE_CXX_FALSE='#'
else else
@ -26777,18 +26777,6 @@ else
HAVE_CXX_FALSE= HAVE_CXX_FALSE=
fi fi
else
if false; then
HAVE_CXX_TRUE=
HAVE_CXX_FALSE='#'
else
HAVE_CXX_TRUE='#'
HAVE_CXX_FALSE=
fi
fi
ac_config_files="$ac_config_files makefile include/makefile include/ase/makefile include/ase/cmn/makefile include/ase/awk/makefile include/ase/lsp/makefile include/ase/tgp/makefile include/ase/utl/makefile lib/makefile lib/cmn/makefile lib/awk/makefile lib/lsp/makefile lib/tgp/makefile lib/utl/makefile cmd/makefile cmd/awk/makefile cmd/lsp/makefile cmd/tgp/makefile" ac_config_files="$ac_config_files makefile include/makefile include/ase/makefile include/ase/cmn/makefile include/ase/awk/makefile include/ase/lsp/makefile include/ase/tgp/makefile include/ase/utl/makefile lib/makefile lib/cmn/makefile lib/awk/makefile lib/lsp/makefile lib/tgp/makefile lib/utl/makefile cmd/makefile cmd/awk/makefile cmd/lsp/makefile cmd/tgp/makefile"
@ -26916,13 +26904,6 @@ echo "$as_me: error: conditional \"HAVE_CXX\" was never defined.
Usually this means the macro was only invoked conditionally." >&2;} Usually this means the macro was only invoked conditionally." >&2;}
{ (exit 1); exit 1; }; } { (exit 1); exit 1; }; }
fi fi
if test -z "${HAVE_CXX_TRUE}" && test -z "${HAVE_CXX_FALSE}"; then
{ { echo "$as_me:$LINENO: error: conditional \"HAVE_CXX\" was never defined.
Usually this means the macro was only invoked conditionally." >&5
echo "$as_me: error: conditional \"HAVE_CXX\" was never defined.
Usually this means the macro was only invoked conditionally." >&2;}
{ (exit 1); exit 1; }; }
fi
: ${CONFIG_STATUS=./config.status} : ${CONFIG_STATUS=./config.status}
ac_clean_files_save=$ac_clean_files ac_clean_files_save=$ac_clean_files

View File

@ -271,11 +271,8 @@ AC_SUBST(BUILD_JNI, $BUILD_JNI)
AC_SUBST(CJFLAGS, $CJFLAGS) AC_SUBST(CJFLAGS, $CJFLAGS)
AC_SUBST(BUILD_CJ, $BUILD_CJ) AC_SUBST(BUILD_CJ, $BUILD_CJ)
if test -n "${CXX}"; then echo "################ ${CXX} ######################"
AM_CONDITIONAL(HAVE_CXX,true) AM_CONDITIONAL(HAVE_CXX, test -n "${CXX}")
else
AM_CONDITIONAL(HAVE_CXX,false)
fi
AC_CONFIG_FILES([ AC_CONFIG_FILES([
makefile makefile