0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-05-18 10:53:48 +02:00

configure: Check for libstdc++.

This commit is contained in:
Jason Volk 2020-07-10 19:47:23 -07:00
parent 64f5028e0d
commit ea4ae41720

View file

@ -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