index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
author | Dan McGee <dan@archlinux.org> | 2008-04-07 18:36:18 -0500 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2008-04-07 19:09:46 -0500 |
commit | bec2ba5b4005053ce8f7048fa825ed58e3adfdc2 (patch) | |
tree | 30be07c6ff6626f984690649335ed1fc4152e6e2 /configure.ac | |
parent | 9441fba12430f568b8b7456fcbe54d4c8a42d24d (diff) |
-rw-r--r-- | configure.ac | 4 |
diff --git a/configure.ac b/configure.ac index 6916329f..c695c57f 100644 --- a/configure.ac +++ b/configure.ac @@ -161,8 +161,8 @@ AC_FUNC_FORK AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK AC_FUNC_MKTIME AC_TYPE_SIGNAL -AC_CHECK_FUNCS([realpath regcomp strcasecmp strdup strerror strnlen \ - strndup strrchr strsep strstr strverscmp uname geteuid]) +AC_CHECK_FUNCS([geteuid realpath regcomp strcasecmp strdup strerror \ + strndup strrchr strsep strstr strverscmp swprintf uname]) # Enable large file support if available AC_SYS_LARGEFILE |