Removed boost dependency. Maybe we'll try again later.
This commit is contained in:
@@ -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
|
||||
@@ -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.
Reference in New Issue
Block a user