Move g++-specific result printout inside corresponding gcc-specific conditional
This commit is contained in:
16
configure.in
16
configure.in
@@ -2762,14 +2762,16 @@ if test "$GXX" = "yes"; then
|
|||||||
with_gxx_include_path=`cd $with_gxx_include_path && pwd`
|
with_gxx_include_path=`cd $with_gxx_include_path && pwd`
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
fi
|
dnl This is the original code...
|
||||||
dnl This is the original code...
|
dnl with_gxx_include_path=`$CXX -print-search-dirs | grep instal |$AWK '{ print \$2 }'`/include
|
||||||
dnl with_gxx_include_path=`$CXX -print-search-dirs | grep instal |$AWK '{ print \$2 }'`/include
|
if test -z "$with_gxx_include_path"; then
|
||||||
if test -z "$with_gxx_include_path"; then
|
with_gxx_include_path="NO_GXX_INCLUDE"
|
||||||
with_gxx_include_path="NO_GXX_INCLUDE"
|
AC_MSG_RESULT([none])
|
||||||
AC_MSG_RESULT([no g++ includes])
|
else
|
||||||
|
AC_MSG_RESULT([$with_gxx_include_path])
|
||||||
|
fi
|
||||||
else
|
else
|
||||||
AC_MSG_RESULT([$with_gxx_include_path])
|
with_gxx_include_path="NO_GXX_INCLUDE"
|
||||||
fi
|
fi
|
||||||
GXX_INCLUDE_PATH="$with_gxx_include_path"
|
GXX_INCLUDE_PATH="$with_gxx_include_path"
|
||||||
AC_SUBST(GXX_INCLUDE_PATH)
|
AC_SUBST(GXX_INCLUDE_PATH)
|
||||||
|
Reference in New Issue
Block a user