From fce748fe1f2feada3df40bc4c945867904aa6d61 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Fri, 19 Feb 1999 07:31:48 +0000 Subject: [PATCH] : Include if HAVE_ALLOCA_H, not FORCE_ALLOCA_H. The FORCE_ALLOCA_H was a relic of the bad old pre-autoconf Emacs days. --- lib/getdate.y | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/getdate.y b/lib/getdate.y index 86a3d46..9f8f95f 100644 --- a/lib/getdate.y +++ b/lib/getdate.y @@ -10,7 +10,7 @@ #ifdef HAVE_CONFIG_H # include -# ifdef FORCE_ALLOCA_H +# ifdef HAVE_ALLOCA_H # include # endif #endif -- 2.7.4