summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorVincent Torri <vincent.torri@gmail.com>2015-07-22 16:27:49 +0200
committerTom Hacohen <tom@stosb.com>2015-07-23 12:33:35 +0100
commited1e9026ff047e5782edfee998a07ae777cef917 (patch)
tree3f48c1025dfc481c152d2427a30d6ecf27f17d41 /configure.ac
parent2bd8040fc129335f3364753504fd72637d965de5 (diff)
downloadelementary-ed1e9026ff047e5782edfee998a07ae777cef917.tar.gz
Elm_Config: add getpwent support, fix compilation on Windows
@fix
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 603535bd9..5e515228a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -447,7 +447,7 @@ ELM_QUICKLAUNCH
AC_FUNC_ALLOCA
-AC_CHECK_FUNCS([geteuid getuid])
+AC_CHECK_FUNCS([geteuid getuid getpwent])
if test "x${want_quicklaunch}" != "xno"; then
AC_CHECK_FUNCS([fork clearenv])