wmlongrun: Detect GNU/kFreeBSD during build.
Patch from Debian by Robert Millan <rmh@debian.org>, based on a patch by Cyril Brulebois <cyril.brulebois@enst-bretagne.fr>. From: https://bugs.debian.org/415592
This commit is contained in:
parent
3474ffbfc7
commit
ae61cec286
|
@ -83,7 +83,7 @@ AC_CANONICAL_HOST
|
||||||
|
|
||||||
arch=""
|
arch=""
|
||||||
case ${host_os} in
|
case ${host_os} in
|
||||||
linux*)
|
linux* | *-gnu | gnu*)
|
||||||
SETUID_FLAGS="-m 4755 -o root -g root"
|
SETUID_FLAGS="-m 4755 -o root -g root"
|
||||||
OS=linux
|
OS=linux
|
||||||
AC_DEFINE([LINUX], [1], [use Linux specific code])
|
AC_DEFINE([LINUX], [1], [use Linux specific code])
|
||||||
|
|
Loading…
Reference in a new issue