* configure.in: Check for strcoll.
[deliverable/binutils-gdb.git] / binutils / configure.in
index 8c6ecb83f3a9ea39f1c8af18263b15ef71921789..63631411e1faad4c07e93d81ca19e27c48aa8565 100644 (file)
@@ -100,7 +100,7 @@ AC_SUBST(DEMANGLER_NAME)
 AC_CHECK_HEADERS(string.h strings.h stdlib.h unistd.h fcntl.h sys/file.h)
 AC_HEADER_SYS_WAIT
 AC_FUNC_ALLOCA
-AC_CHECK_FUNCS(sbrk utimes setmode getc_unlocked)
+AC_CHECK_FUNCS(sbrk utimes setmode getc_unlocked strcoll)
 
 # Check whether fopen64 is available and whether _LARGEFILE64_SOURCE
 # needs to be defined for it
This page took 0.02305 seconds and 4 git commands to generate.