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