summaryrefslogtreecommitdiff
path: root/thirdparty/libtiff
diff options
context:
space:
mode:
authorMathieu Malaterre <mathieu.malaterre@gmail.com>2012-03-19 13:10:46 +0000
committerMathieu Malaterre <mathieu.malaterre@gmail.com>2012-03-19 13:10:46 +0000
commit8890539f476828679301d1e79441db40270dac3e (patch)
tree6bbd90f6f4dd7f25cd94cc7252ce8f89afaa72cc /thirdparty/libtiff
parentff72dd8d2cbbdf7c557dd2a80a0ade2491a498e4 (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.in2
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