summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorDan McGee <dan@archlinux.org>2008-07-24 20:34:52 -0500
committerDan McGee <dan@archlinux.org>2008-07-24 22:16:28 -0500
commite6fb229534332396363f69bdb46081f45271bc53 (patch)
tree935973641a94da283956f045913b8bb0d981e18c /configure.ac
parent5078ca580e102c0f87daee6bb82df1c0f0496bd3 (diff)
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 <dan@archlinux.org>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
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