diff options
author | Eli Zaretskii <eliz@gnu.org> | 2005-05-20 11:32:51 +0000 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2005-05-20 11:32:51 +0000 |
commit | 194134a18464520633126b957d3062a45e73ee46 (patch) | |
tree | 546ccf4eba1ff0765e3304399bfb70753eb02d3a /gdb/configure.ac | |
parent | c60fe18b5c061ab087bcc0989f4ec8f3dcd4d208 (diff) | |
download | gdb-194134a18464520633126b957d3062a45e73ee46.zip gdb-194134a18464520633126b957d3062a45e73ee46.tar.gz gdb-194134a18464520633126b957d3062a45e73ee46.tar.bz2 |
* configure.ac: Add snprintf and vsnprintf to AC_CHECK_DECLS.
Diffstat (limited to 'gdb/configure.ac')
-rw-r--r-- | gdb/configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/configure.ac b/gdb/configure.ac index 554c465..32635da 100644 --- a/gdb/configure.ac +++ b/gdb/configure.ac @@ -418,7 +418,7 @@ AC_CHECK_HEADERS(ctype.h time.h) AC_CHECK_DECLS([free, malloc, realloc]) AC_CHECK_DECLS([strerror, strstr]) -AC_CHECK_DECLS(getopt) +AC_CHECK_DECLS([getopt, snprintf, vsnprintf]) # ----------------------- # # Checks for structures. # |