diff options
author | Hans-Peter Nilsson <hp@axis.com> | 2008-07-11 02:31:04 +0000 |
---|---|---|
committer | Hans-Peter Nilsson <hp@axis.com> | 2008-07-11 02:31:04 +0000 |
commit | 79e1e45978bf87df02507ba52f8a70cab9540bb7 (patch) | |
tree | 1c2429a3487e069313b9e4896f29045649d4888b /sim/common/config.in | |
parent | 35e497c8acfe1c079c3cfd68157c5af7f5cd02b5 (diff) | |
download | gdb-79e1e45978bf87df02507ba52f8a70cab9540bb7.zip gdb-79e1e45978bf87df02507ba52f8a70cab9540bb7.tar.gz gdb-79e1e45978bf87df02507ba52f8a70cab9540bb7.tar.bz2 |
* common.m4: Add test for libz and zlib.h.
* configure: Regenerate to track ../common/common.m4 changes.
* config.in: Ditto.
Diffstat (limited to 'sim/common/config.in')
-rw-r--r-- | sim/common/config.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sim/common/config.in b/sim/common/config.in index 5df0854..3ac643d 100644 --- a/sim/common/config.in +++ b/sim/common/config.in @@ -127,6 +127,9 @@ /* Define to 1 if you have the <unistd.h> header file. */ #undef HAVE_UNISTD_H +/* Define to 1 if you have the <zlib.h> header file. */ +#undef HAVE_ZLIB_H + /* Define to 1 if you have the `__setfpucw' function. */ #undef HAVE___SETFPUCW |