From: Jim Meyering Date: Fri, 19 Feb 1999 07:31:48 +0000 (+0000) Subject: : Include if HAVE_ALLOCA_H, not FORCE_ALLOCA_H. X-Git-Tag: FILEUTILS-4_0e~232 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=fce748fe1f2feada3df40bc4c945867904aa6d61;p=thirdparty%2Fcoreutils.git : Include if HAVE_ALLOCA_H, not FORCE_ALLOCA_H. The FORCE_ALLOCA_H was a relic of the bad old pre-autoconf Emacs days. --- diff --git a/lib/getdate.y b/lib/getdate.y index 86a3d46910..9f8f95f1c2 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