]> git.mxchange.org Git - simgear.git/commitdiff
Removed boost dependency. Maybe we'll try again later.
authorcurt <curt>
Fri, 12 Apr 2002 01:35:09 +0000 (01:35 +0000)
committercurt <curt>
Fri, 12 Apr 2002 01:35:09 +0000 (01:35 +0000)
README.boost [deleted file]
configure.in
src-libs/boost.tar.gz [deleted file]

diff --git a/README.boost b/README.boost
deleted file mode 100644 (file)
index 3492083..0000000
+++ /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
index 94e04ef7621fda14be1691439d8b128f2f7ebffd..813a888a5c3ca9e4d34935f42642055a352e54f3 100644 (file)
@@ -310,18 +310,6 @@ if test "x$ac_cv_header_zlib_h" != "xyes"; then
     exit
 fi
 
     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( \
 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 (file)
index f666617..0000000
Binary files a/src-libs/boost.tar.gz and /dev/null differ