5dffee
diff --git a/libs/math/config/has_long_double_support.cpp b/libs/math/config/has_long_double_support.cpp
5dffee
index d314cf3..9022408 100644
5dffee
--- a/libs/math/config/has_long_double_support.cpp
5dffee
+++ b/libs/math/config/has_long_double_support.cpp
5dffee
@@ -8,3 +8,7 @@
5dffee
 #ifdef BOOST_MATH_NO_LONG_DOUBLE_MATH_FUNCTIONS
5dffee
 #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."
5dffee
 #endif
5dffee
+
5dffee
+int main(int argc, char *argv[]) {
5dffee
+  return 0;
5dffee
+}