wmlongrun: Add template to AC_DEFINE to avoid autoheader warning.
This commit is contained in:
parent
1b4708cb92
commit
0d8b0c46fa
|
@ -86,7 +86,7 @@ case ${host_os} in
|
|||
linux*)
|
||||
SETUID_FLAGS="-m 4755 -o root -g root"
|
||||
OS=linux
|
||||
AC_DEFINE(LINUX)
|
||||
AC_DEFINE([LINUX], [1], [use Linux specific code])
|
||||
;;
|
||||
freebsd*)
|
||||
OS=freebsd
|
||||
|
|
Loading…
Reference in a new issue