From: thib Date: Wed, 13 Sep 2000 17:31:21 +0000 (+0000) Subject: bug fix : DEFINE_UNQUOTED for FCRONTABS and PROC X-Git-Tag: ver1564~501 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=89c61db4d5d438a13d3c121c4b1d2a4d090343f5;p=fcron 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