Denis Arnaud 9f8585
diff --git a/libs/math/config/has_long_double_support.cpp b/libs/math/config/has_long_double_support.cpp
Denis Arnaud 9f8585
index d314cf3..9022408 100644
Denis Arnaud 9f8585
--- a/libs/math/config/has_long_double_support.cpp
Denis Arnaud 9f8585
+++ b/libs/math/config/has_long_double_support.cpp
Denis Arnaud 9f8585
@@ -8,3 +8,7 @@
Denis Arnaud 9f8585
 #ifdef BOOST_MATH_NO_LONG_DOUBLE_MATH_FUNCTIONS
Denis Arnaud 9f8585
 #error "long double support is not supported by Boost.Math on this Plaform: the long double version of the TR1 library will not be built."
Denis Arnaud 9f8585
 #endif
Denis Arnaud 9f8585
+
Denis Arnaud 9f8585
+int main(int argc, char *argv[]) {
Denis Arnaud 9f8585
+  return 0;
Denis Arnaud 9f8585
+}