diff options
author | Craig Silverstein <csilvers@google.com> | 2008-07-12 21:36:53 +0000 |
---|---|---|
committer | Craig Silverstein <csilvers@google.com> | 2008-07-12 21:36:53 +0000 |
commit | 4474d12b51711449d9e9913d8d16260a2a06b6fc (patch) | |
tree | 2f41f02abb82d23036712671e959ae3c3be6e36e /ld/config.in | |
parent | 604ead4a925d04413de72b61cfc3d39eeacf6fae (diff) | |
download | binutils-gdb-4474d12b51711449d9e9913d8d16260a2a06b6fc.tar.gz |
2008-07-12 Craig Silverstein <csilvers@google.com>
* configure.in: Check for, and include, libz.a if it is
present.
* configure: Regenerate.
* config.in: Regenerate.
Diffstat (limited to 'ld/config.in')
-rw-r--r-- | ld/config.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ld/config.in b/ld/config.in index eb5828c5f1d..5bca01942ee 100644 --- a/ld/config.in +++ b/ld/config.in @@ -102,6 +102,9 @@ /* Define to 1 if you have the `waitpid' function. */ #undef HAVE_WAITPID +/* Define to 1 if you have the <zlib.h> header file. */ +#undef HAVE_ZLIB_H + /* Define to the sub-directory in which libtool stores uninstalled libraries. */ #undef LT_OBJDIR |