From da3f8f97d79aee947359bb3eb12dc1b389fc5cce Mon Sep 17 00:00:00 2001 From: Dave Beckett Date: Sun, 29 Jun 2014 16:18:55 -0700 Subject: Add public domain ssort_r if qsort_r and qsort_s are not present --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index fbb21c0e..a93d197b 100644 --- a/configure.ac +++ b/configure.ac @@ -384,7 +384,7 @@ AC_SUBST(RAPTOR_LIBTOOL_VERSION) dnl Checks for library functions. -AC_CHECK_FUNCS(gettimeofday getopt getopt_long stricmp strcasecmp vsnprintf isascii setjmp strtok_r) +AC_CHECK_FUNCS(gettimeofday getopt getopt_long stricmp strcasecmp vsnprintf isascii setjmp strtok_r qsort_r qsort_s) dnl librdfa AM_CONDITIONAL([NEED_STRTOK_R], [test "$ac_cv_func_strtok_r" = "no"]) -- cgit v1.2.1