]> git.saurik.com Git - wxWidgets.git/blobdiff - configure.in
Fix for decoding of utf-16 surrogates. Also remove #include that's not needed
[wxWidgets.git] / configure.in
index 92cb26a84baa46c3045cc78132f9a6bcab098553..b2f779d35ecc0d3c35c930a9c007bcbb73334eca 100644 (file)
@@ -3870,7 +3870,7 @@ if test "$wxUSE_STACKWALKER" = "yes" -a "$wxUSE_UNIX" = "yes"; then
     else
         AC_CACHE_CHECK([for __cxa_demangle() in <cxxabi.h>], wx_cv_func_cxa_demangle,
             [
-                AC_TRY_COMPILE([#include <cxxabi.h>],
+                AC_TRY_LINK([#include <cxxabi.h>],
                     [
                         int rc;
                         __cxxabiv1::__cxa_demangle("foo", 0, 0, &rc);