diff --git a/wmlongrun/configure.ac b/wmlongrun/configure.ac index 3e43a40..7fd96b8 100644 --- a/wmlongrun/configure.ac +++ b/wmlongrun/configure.ac @@ -83,7 +83,7 @@ AC_CANONICAL_HOST arch="" case ${host_os} in -linux*) +linux* | *-gnu | gnu*) SETUID_FLAGS="-m 4755 -o root -g root" OS=linux AC_DEFINE([LINUX], [1], [use Linux specific code])