diff options
author | Thomas White <taw@physics.org> | 2011-03-09 16:24:27 +0100 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2012-02-22 15:27:19 +0100 |
commit | 6b67dc7ba7301274167519d5fcc38161b1a791a9 (patch) | |
tree | 51eafbd2a92cbf5b005eeba2629d5327d44c63ce /config.h.in | |
parent | e33dac04453ee0b759af5560dd4758f6cfc7eb67 (diff) |
Better libTIFF test
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 1393c5a6..165d8766 100644 --- a/config.h.in +++ b/config.h.in @@ -53,6 +53,9 @@ /* Define to 1 if libPNG is available */ #undef HAVE_LIBPNG +/* Define to 1 if you have the `tiff' library (-ltiff). */ +#undef HAVE_LIBTIFF + /* Define to 1 if your system has a GNU libc compatible `malloc' function, and to 0 otherwise. */ #undef HAVE_MALLOC |