wmlongrun: Add template to AC_DEFINE to avoid autoheader warning.

This commit is contained in:
Doug Torrance 2016-12-23 18:28:18 -05:00 committed by Carlos R. Mafra
parent 1b4708cb92
commit 0d8b0c46fa

View file

@ -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