X-Git-Url: http://drtracing.org/?a=blobdiff_plain;ds=sidebyside;f=libctf%2Fconfigure.ac;h=7f2a713b93d17c0192056ec84175df6feda4ae71;hb=b0ee49d21ba0c4b7f9817db01dc247255eebd516;hp=aa40e4e234bf994e999018c097c77667a05a2338;hpb=87279e3cef5b2c54f4a01962cf9dcea38664a336;p=deliverable%2Fbinutils-gdb.git diff --git a/libctf/configure.ac b/libctf/configure.ac index aa40e4e234..7f2a713b93 100644 --- a/libctf/configure.ac +++ b/libctf/configure.ac @@ -1,7 +1,7 @@ dnl -*- Autoconf -*- dnl Process this file with autoconf to produce a configure script. dnl -dnl Copyright (C) 2019 Free Software Foundation, Inc. +dnl Copyright (C) 2019-2020 Free Software Foundation, Inc. dnl dnl This file is free software; you can redistribute it and/or modify dnl it under the terms of the GNU General Public License as published by @@ -99,6 +99,8 @@ AC_C_BIGENDIAN AC_CHECK_HEADERS(byteswap.h endian.h) AC_CHECK_FUNCS(pread) +AC_CHECK_DECLS([asprintf]) + dnl Check for qsort_r. (Taken from gnulib.) AC_CHECK_FUNCS_ONCE([qsort_r]) if test $ac_cv_func_qsort_r = yes; then