From 89c61db4d5d438a13d3c121c4b1d2a4d090343f5 Mon Sep 17 00:00:00 2001 From: thib Date: Wed, 13 Sep 2000 17:31:21 +0000 Subject: [PATCH] bug fix : DEFINE_UNQUOTED for FCRONTABS and PROC --- configure.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.40.0