diff options
author | Dan McGee <dan@archlinux.org> | 2008-07-24 20:34:52 -0500 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2008-07-24 22:16:28 -0500 |
commit | e6fb229534332396363f69bdb46081f45271bc53 (patch) | |
tree | 935973641a94da283956f045913b8bb0d981e18c /configure.ac | |
parent | 5078ca580e102c0f87daee6bb82df1c0f0496bd3 (diff) | |
download | pacman-e6fb229534332396363f69bdb46081f45271bc53.tar.xz |
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.ac | 2 |
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 |