Removed boost dependency. Maybe we'll try again later.

This commit is contained in:
curt
2002-04-12 01:35:09 +00:00
parent 711622fd5b
commit 9a8ab26381
3 changed files with 0 additions and 23 deletions
-11
View File
@@ -1,11 +0,0 @@
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
-12
View File
@@ -310,18 +310,6 @@ if test "x$ac_cv_header_zlib_h" != "xyes"; then
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( \
Binary file not shown.