[PATCH 7/9] wmlongrun: Detect GNU/kFreeBSD during build.
Doug Torrance <[email protected]>
| Newsgroups | gmane.compw.window-managers.windowmaker.devel |
|---|---|
| Message-ID | <[email protected]> |
Patch from Debian by Robert Millan <[email protected]>, based on a patch by Cyril Brulebois <[email protected]>. From: https://bugs.debian.org/415592 --- wmlongrun/configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]) -- 2.7.4 -- To unsubscribe, send mail to [email protected].