+++ /dev/null
-For your convenience and allowed by Boost's license terms, a subset of
-Boost is bundled with SimGear in $(top_srcdir)/src-libs/.
-
-Boost must be installed before you can build SimGear.
-
-Once Boost is installed you can return to configuring and building
-Simgear.
-
-This subset of Boost is taken from the current release, 1.27.0.
-
-Up to date Boost documentation is available at http://www.boost.org
exit
fi
-AC_LANG_SAVE
-AC_LANG_CPLUSPLUS
-dnl Check for installed boost headers
-AC_CHECK_HEADER(boost/config.hpp)
-if test "x$ac_cv_header_boost_config_hpp" != "xyes"; then
- echo
- echo "Boost not found, you will need to install this first."
- echo "Please read the README.boost for more information."
- exit
-fi
-AC_LANG_RESTORE
-
dnl Checks for header files.
AC_HEADER_STDC
AC_CHECK_HEADERS( \