diff options
| author | Mathieu Malaterre <mathieu.malaterre@gmail.com> | 2012-03-19 13:10:46 +0000 |
|---|---|---|
| committer | Mathieu Malaterre <mathieu.malaterre@gmail.com> | 2012-03-19 13:10:46 +0000 |
| commit | 8890539f476828679301d1e79441db40270dac3e (patch) | |
| tree | 6bbd90f6f4dd7f25cd94cc7252ce8f89afaa72cc /thirdparty/libtiff | |
| parent | ff72dd8d2cbbdf7c557dd2a80a0ade2491a498e4 (diff) | |
[trunk] use autotools convention where #ifdef BLA, should be provided by #define BLA 1. This is to cope with pseudo autotools generated tif header.
Diffstat (limited to 'thirdparty/libtiff')
| -rw-r--r-- | thirdparty/libtiff/tif_config.h.cmake.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/thirdparty/libtiff/tif_config.h.cmake.in b/thirdparty/libtiff/tif_config.h.cmake.in index c1dc4e38..455e7b32 100644 --- a/thirdparty/libtiff/tif_config.h.cmake.in +++ b/thirdparty/libtiff/tif_config.h.cmake.in @@ -238,7 +238,7 @@ #undef PACKAGE_URL /* Define to the version of this package. */ -#cmakedefine PACKAGE_VERSION +#cmakedefine PACKAGE_VERSION @PACKAGE_VERSION@ /* Support Macintosh PackBits algorithm */ #define PACKBITS_SUPPORT 1 |
