X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/f0f15413d9ccea0bf3a214814178de74dff8e392..f51d97f3ee2b0121ffe1fe789ca58c089408b980:/configure.ac diff --git a/configure.ac b/configure.ac index 6a71b114..fd3dc63c 100644 --- a/configure.ac +++ b/configure.ac @@ -52,7 +52,10 @@ TUXBOX_APPS_LIB_PKGCONFIG(XML2,libxml-2.0) # ok, we are in trouble: XMLCCWRAP only defines C++ symbols. So let's just check if linking works, # and assume everything will be ok. Then just check for the "exit" symbol, which should be always there. +AC_LANG_SAVE +AC_LANG_CPLUSPLUS TUXBOX_APPS_LIB_SYMBOL(XMLCCWRAP, xmlccwrap, exit) +AC_LANG_RESTORE if test "$withsdl" = "yes" ; then _TUXBOX_APPS_LIB_PKGCONFIG_OPTIONAL(SDL,sdl,WITH_SDL)