(gl_PREREQ_ALLOCA): Don't check for stdlib.h, string.h.
authorJim Meyering <jim@meyering.net>
Fri, 12 Sep 2003 20:04:21 +0000 (20:04 +0000)
committerJim Meyering <jim@meyering.net>
Fri, 12 Sep 2003 20:04:21 +0000 (20:04 +0000)
m4/alloca.m4

index 4df039d..793cf0a 100644 (file)
@@ -1,4 +1,4 @@
-# alloca.m4 serial 2 (gettext-0.12)
+# alloca.m4 serial 3
 dnl Copyright (C) 2002-2003 Free Software Foundation, Inc.
 dnl This file is free software, distributed under the terms of the GNU
 dnl General Public License.  As a special exception to the GNU General
@@ -31,6 +31,4 @@ AC_DEFUN([gl_FUNC_ALLOCA],
 
 # Prerequisites of lib/alloca.c.
 # STACK_DIRECTION is already handled by AC_FUNC_ALLOCA.
-AC_DEFUN([gl_PREREQ_ALLOCA], [
-  AC_CHECK_HEADERS_ONCE(stdlib.h string.h)
-])
+AC_DEFUN([gl_PREREQ_ALLOCA], [:])