]> git.saurik.com Git - wxWidgets.git/blobdiff - configure.in
patch from Utensil Candel which refactors and documents the AutoCaptureMechanism...
[wxWidgets.git] / configure.in
index 87ce064dc27543e04a236660eb561ffe79fb97c2..208271592da2eca36c35b3a948b33688d88c5262 100644 (file)
@@ -4047,8 +4047,7 @@ if test "$wxUSE_WCHAR_T" = "yes"; then
         AC_DEFINE(HAVE_WCSLEN)
     fi
 
-    AC_CHECK_FUNCS([wcsdup])
-    AC_CHECK_FUNCS([strnlen])
+    AC_CHECK_FUNCS([wcsdup strnlen wcsnlen])
 
     dnl On HP-UX aCC need this define to find mbstrtowcs() &c
     dnl Can't be used for g++ since the mbstate_t in wchar.h can conflict