diff options
author | Thomas White <taw@physics.org> | 2010-07-05 16:33:49 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2012-02-22 15:26:52 +0100 |
commit | 7135bb83dacf088e6613149453a9e51dd005a730 (patch) | |
tree | a588a7146cb0ba7dd637a1ee4e990cea9e682ffa /config.h.in | |
parent | d12550ca258bc9c7dbe7d887ed81949e406d5aef (diff) |
Test for libPNG
Diffstat (limited to 'config.h.in')
-rw-r--r-- | config.h.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in index 0a639f50..ebef052e 100644 --- a/config.h.in +++ b/config.h.in @@ -15,6 +15,9 @@ /* Define to 1 if you have the <inttypes.h> header file. */ #undef HAVE_INTTYPES_H +/* Define to 1 if libPNG is available */ +#undef HAVE_LIBPNG + /* Define to 1 if your system has a GNU libc compatible `malloc' function, and to 0 otherwise. */ #undef HAVE_MALLOC |