diff options
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 7f14077d9..b7fcec9e7 100644 --- a/configure.ac +++ b/configure.ac | |||
@@ -226,6 +226,11 @@ if test "x$want_quicklaunch" != "xno"; then | |||
226 | fi | 226 | fi |
227 | AM_CONDITIONAL([BUILD_QUICKLAUNCH], [test "x$have_fork" = "xyes" && test "x$have_dlopen" = "xyes"]) | 227 | AM_CONDITIONAL([BUILD_QUICKLAUNCH], [test "x$have_fork" = "xyes" && test "x$have_dlopen" = "xyes"]) |
228 | 228 | ||
229 | AC_CHECK_FUNCS([\ | ||
230 | geteuid \ | ||
231 | getuid \ | ||
232 | ]) | ||
233 | |||
229 | AC_SUBST(dlopen_libs) | 234 | AC_SUBST(dlopen_libs) |
230 | AC_SUBST(lt_enable_auto_import) | 235 | AC_SUBST(lt_enable_auto_import) |
231 | AC_SUBST(ELM_UNIX_DEF) | 236 | AC_SUBST(ELM_UNIX_DEF) |