diff --git a/configure.ac b/configure.ac index 875de7f5d..70407b335 100644 --- a/configure.ac +++ b/configure.ac @@ -104,6 +104,15 @@ AM_CONDITIONAL([SOLARIS], [[[[ $host_os = *solaris* ]]]]) RB_DEFINE_UNQUOTED([OS], ["$host_os"], [Host operating system]) +dnl +dnl Standard libraries +dnl + +AC_SEARCH_LIBS([__dynamic_cast], [c++], [], +[ + AC_MSG_ERROR([Please install libstdc++ on this system.]) +]) + dnl *************************************************************************** dnl dnl Developer options