diff options
| author | Hans-Peter Nilsson <hp@axis.com> | 2008-07-11 02:39:11 +0000 |
|---|---|---|
| committer | Hans-Peter Nilsson <hp@axis.com> | 2008-07-11 02:39:11 +0000 |
| commit | 35689115d0866e52f5dcfd43f9d4fb2fc02a72bd (patch) | |
| tree | 644e7afb581a442d7e701a6f411f770600978f8a /sim/ppc/config.in | |
| parent | 8929c18caae6bdce443788cc05619b5caa7fe32e (diff) | |
| download | ppe42-binutils-35689115d0866e52f5dcfd43f9d4fb2fc02a72bd.tar.gz ppe42-binutils-35689115d0866e52f5dcfd43f9d4fb2fc02a72bd.zip | |
* configure.ac: Add test for libz and zlib.h.
* Makefile.in (LIBS): Set from @LIBS@.
* configure: Regenerate.
* config.in: Ditto.
Diffstat (limited to 'sim/ppc/config.in')
| -rw-r--r-- | sim/ppc/config.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sim/ppc/config.in b/sim/ppc/config.in index 3fac50e9ae..ff74148b26 100644 --- a/sim/ppc/config.in +++ b/sim/ppc/config.in @@ -271,6 +271,9 @@ /* Define to 1 if you have the `unlink' function. */ #undef HAVE_UNLINK +/* Define to 1 if you have the <zlib.h> header file. */ +#undef HAVE_ZLIB_H + /* Define to the address where bug reports for this package should be sent. */ #undef PACKAGE_BUGREPORT |

