Improve Gromacs portability
[alexxy/gromacs.git] / src / external / boost / boost / config / select_compiler_config.hpp
index 0eeb7ad3ee6fec7bc6c1c761f758072bf929240b..3b3541671205c8a65a5b534e0e509acf1ca362b8 100644 (file)
 //  example) also #define _MSC_VER
 #   define BOOST_COMPILER_CONFIG "boost/config/compiler/visualc.hpp"
 
-#elif defined (BOOST_ASSERT_CONFIG)
-// this must come last - generate an error if we don't
-// recognise the compiler:
-#  error "Unknown compiler - please configure (http://www.boost.org/libs/config/config.htm#configuring) and report the results to the main boost mailing list (http://www.boost.org/more/mailing_lists.htm#main)"
+#else
+
+#   warning Unknown boost compiler; using generic settings not tested for this compiler.
+#   define BOOST_COMPILER_CONFIG "boost/config/compiler/generic.hpp"
+
 
 #endif