From e6fb229534332396363f69bdb46081f45271bc53 Mon Sep 17 00:00:00 2001 From: Dan McGee Date: Thu, 24 Jul 2008 20:34:52 -0500 Subject: Remove unused strverscmp substitute Our internal vercmp function was the only user of this, and it no longer relies on it. Signed-off-by: Dan McGee --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index b4b6a566..37fcab56 100644 --- a/configure.ac +++ b/configure.ac @@ -170,7 +170,7 @@ AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK AC_FUNC_MKTIME AC_TYPE_SIGNAL AC_CHECK_FUNCS([geteuid realpath regcomp strcasecmp \ - strndup strrchr strsep strverscmp swprintf \ + strndup strrchr strsep swprintf \ wcwidth uname]) # Enable large file support if available -- cgit v1.2.3-24-g4f1b