From: Thibault Godouet Date: Wed, 13 Sep 2000 17:31:21 +0000 (+0000) Subject: bug fix : DEFINE_UNQUOTED for FCRONTABS and PROC X-Git-Tag: ver2_9_4~575 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c4ee871e254c31b7b0708a8c1a32a2e26c8d003d;p=thirdparty%2Ffcron.git bug fix : DEFINE_UNQUOTED for FCRONTABS and PROC --- diff --git a/configure.in b/configure.in index c612a4c..f4c2142 100644 --- a/configure.in +++ b/configure.in @@ -247,7 +247,7 @@ AC_ARG_WITH(spooldir, fi ) FCRONTABS="$sp" -AC_DEFINE(FCRONTABS, "$sp") +AC_DEFINE_UNQUOTED(FCRONTABS, "$sp") AC_SUBST(FCRONTABS) if test $getloadavg -eq 0 ; then @@ -286,7 +286,7 @@ Without proc, you won't be able to use the lavg* options fi ) PROC="$proc" -AC_DEFINE(PROC, "$proc") +AC_DEFINE_UNQUOTED(PROC, "$proc") AC_SUBST(PROC) fi