From: curt Date: Fri, 12 Apr 2002 01:35:09 +0000 (+0000) Subject: Removed boost dependency. Maybe we'll try again later. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;ds=sidebyside;h=9a8ab26381207e6009a4f0718d083c04901e514c;p=simgear.git Removed boost dependency. Maybe we'll try again later. --- diff --git a/README.boost b/README.boost deleted file mode 100644 index 34920835..00000000 --- a/README.boost +++ /dev/null @@ -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 diff --git a/configure.in b/configure.in index 94e04ef7..813a888a 100644 --- a/configure.in +++ b/configure.in @@ -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( \ diff --git a/src-libs/boost.tar.gz b/src-libs/boost.tar.gz deleted file mode 100644 index f6666172..00000000 Binary files a/src-libs/boost.tar.gz and /dev/null differ