X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=bfd%2Fconfigure.ac;h=24971310ec29f4b392b2e10d09b9b0d247ae0c5e;hb=b6518b3871859f9eeb7653bf2f3baaa43fa0a5d0;hp=4225f7d426f0c704b04682bc05271a554fdb9a39;hpb=bf64a9511f73684c4880fd1818928fdfa1725c4f;p=deliverable%2Fbinutils-gdb.git diff --git a/bfd/configure.ac b/bfd/configure.ac index 4225f7d426..24971310ec 100644 --- a/bfd/configure.ac +++ b/bfd/configure.ac @@ -6,12 +6,12 @@ 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 dnl the Free Software Foundation; either version 3 of the License, or dnl (at your option) any later version. -dnl +dnl dnl This program is distributed in the hope that it will be useful, dnl but WITHOUT ANY WARRANTY; without even the implied warranty of dnl MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the dnl GNU General Public License for more details. -dnl +dnl dnl You should have received a copy of the GNU General Public License dnl along with this program; see the file COPYING3. If not see dnl . @@ -232,6 +232,8 @@ AC_CHECK_DECLS(malloc) AC_CHECK_DECLS(realloc) AC_CHECK_DECLS(stpcpy) AC_CHECK_DECLS(strstr) +AC_CHECK_DECLS(asprintf) +AC_CHECK_DECLS(vasprintf) AC_CHECK_DECLS(snprintf) AC_CHECK_DECLS(vsnprintf) AC_CHECK_DECLS(strnlen)