]> granicus.if.org Git - fcron/commitdiff
bug fix : DEFINE_UNQUOTED for FCRONTABS and PROC
authorthib <thib>
Wed, 13 Sep 2000 17:31:21 +0000 (17:31 +0000)
committerthib <thib>
Wed, 13 Sep 2000 17:31:21 +0000 (17:31 +0000)
configure.in

index c612a4cf26608016893208b3734b94ca5896c580..f4c2142dc5ec279767301431cc8a81741e43ec9e 100644 (file)
@@ -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