array: Add fallback for qsort_r using thread-local value

Cygwin for example does not support qsort_r.
This commit is contained in:
Tobias Brunner
2014-02-12 14:34:33 +01:00
parent 190a278854
commit b3613c49a2
4 changed files with 50 additions and 3 deletions
+1 -1
View File
@@ -528,7 +528,7 @@ AC_CHECK_FUNC(
])
CFLAGS="$save_CFLAGS"
],
[AC_MSG_FAILURE([qsort_r not found])]
[]
)
AC_CHECK_FUNCS(prctl mallinfo getpass closefrom getpwnam_r getgrnam_r getpwuid_r)