Refactor recent AC_FUNC_ALLOCA fix
commit6e3282fe3893a42eb9c5cc4eba5387a3be4e8d10
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 28 Jun 2022 22:10:53 +0000 (28 17:10 -0500)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 28 Jun 2022 23:27:40 +0000 (28 18:27 -0500)
tree92d77f76d9ef8d3cd849bd261d7a21f6544b7426
parent68fac90c09a4a77d9aad730b5939438294c68a43
Refactor recent AC_FUNC_ALLOCA fix

* lib/autoconf/functions.m4 (AC_FUNC_ALLOCA): Simplify and use
AS_IF.  Had I done it this way originally I would have avoided the
bug that Jim just fixed.
lib/autoconf/functions.m4