Predicate genesys compilation on documented variable. Re #92

merge-requests/83/head
Olaf Meeuwissen 2019-06-16 21:39:45 +09:00
rodzic 424bb7d923
commit a4862d8526
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -595,7 +595,7 @@ for be in ${BACKENDS}; do
;;
genesys)
if test "${ax_cv_cxx_compile_cxx11}" != "yes"; then
if test "${HAVE_CXX11}" != "1"; then
echo "*** $be backend requires C++11 support - $DISABLE_MSG"
backend_supported="no"
fi