diff options
-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" |