diff options
author | Matthieu Herrb <matthieu@herrb.eu> | 2015-12-24 18:03:41 +0100 |
---|---|---|
committer | Matthieu Herrb <matthieu@herrb.eu> | 2015-12-24 18:03:41 +0100 |
commit | 7c0ba5fbc7512167e650bf2ab87914c3a318ca30 (patch) | |
tree | 8bc405eb0dcb84f29184861ba205df1d2a246c07 | |
parent | cec06325ba15fc490a5df2d215fc80030534cf07 (diff) |
configure.ac: remove getspnam check
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 0ca31a4..5a3653f 100644 --- a/configure.ac +++ b/configure.ac @@ -58,7 +58,7 @@ AC_TYPE_SIGNAL # Required system libraries have been searched for and are listed in $LIBS AC_FUNC_FORK AC_CHECK_FUNCS([sigaction setproctitle setusercontext \ - mkstemp getifaddrs getspnam arc4random]) + mkstemp getifaddrs arc4random]) XDM_CFLAGS="$XDM_CFLAGS" GREETER_CFLAGS="$GREETER_CFLAGS" |