Fix fallout from Support new mallinfo2 function.
authorJakub Jelinek <jakub@redhat.com>
Mon, 21 Sep 2020 12:20:05 +0000 (14:20 +0200)
committerJakub Jelinek <jakub@redhat.com>
Mon, 21 Sep 2020 12:21:28 +0000 (14:21 +0200)
2020-09-21  Jakub Jelinek  <jakub@redhat.com>

* configure.ac: Use mallinfo mallinfo2 as first operand of
gcc_AC_CHECK_DECLS rather than [mallinfo, mallinfo2].
* configure: Regenerated.
* config.in: Regenerated.

gcc/config.in
gcc/configure
gcc/configure.ac

index 1832c112ed918731eda49efec876876f1a9df5b3..5835ceaf6696d2a6c3ed02479706a0a2fbc3de3d 100644 (file)
 #endif
 
 
-/* Define to 1 if we found a declaration for 'mallinfo */
+/* Define to 1 if we found a declaration for 'mallinfo', otherwise define to
+   0. */
 #ifndef USED_FOR_TARGET
 #undef HAVE_DECL_MALLINFO
 #endif
index d33ee9fc5d2c08689de119642c9d57609c7a9549..33a3e34029f23dd3789057ceb4adec64d9612ef5 100755 (executable)
@@ -11549,7 +11549,7 @@ fi
 done
 
 
-for ac_func in mallinfo, mallinfo2
+for ac_func in mallinfo mallinfo2
 do
   ac_tr_decl=`$as_echo "HAVE_DECL_$ac_func" | $as_tr_cpp`
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $ac_func is declared" >&5
index fedb7b2800fef1588c0b1bf426b132acda1cd45f..975f6d97c4b1440c6308d985fdc4051b01536060 100644 (file)
@@ -1488,7 +1488,7 @@ gcc_AC_CHECK_DECLS(getrlimit setrlimit getrusage, , ,[
 #endif
 ])
 
-gcc_AC_CHECK_DECLS([mallinfo, mallinfo2], , ,[
+gcc_AC_CHECK_DECLS(mallinfo mallinfo2, , ,[
 #include "ansidecl.h"
 #include "system.h"
 #ifdef HAVE_MALLOC_H