]> git.saurik.com Git - wxWidgets.git/blobdiff - configure.in
Patch from MJW for ssize_t
[wxWidgets.git] / configure.in
index ccb9a1ae81d07be5b734357cb256b0d9866e5fbd..35904db27bc6539eaa50be529c7ef90df13130a2 100644 (file)
@@ -3477,6 +3477,9 @@ AC_TYPE_SIZE_T
 dnl   defines uid_t and gid_t if not already defined
 AC_TYPE_UID_T
 
+dnl sets HAVE_SSIZE_T if ssize_t is defined
+AC_CHECK_TYPES(ssize_t)
+
 dnl check what exactly size_t is on this machine - this is necessary to avoid
 dnl ambiguous overloads in several places, notably wx/string.h and wx/array.h
 AC_LANG_SAVE