summaryrefslogtreecommitdiffstats
path: root/Source/CTest/Curl/urldata.h
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2005-03-16 17:54:35 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2005-03-16 17:54:35 (GMT)
commitd30868d952e13e5814d3ed50d96af3ef33db4177 (patch)
tree8b76f95d07d9364767cdb2d8f022840e00dcfd6b /Source/CTest/Curl/urldata.h
parent2073646eb1a86d819c29c8e0774a8e072efb4c83 (diff)
downloadCMake-d30868d952e13e5814d3ed50d96af3ef33db4177.zip
CMake-d30868d952e13e5814d3ed50d96af3ef33db4177.tar.gz
CMake-d30868d952e13e5814d3ed50d96af3ef33db4177.tar.bz2
ENH: Make sure to use internal zlib
Diffstat (limited to 'Source/CTest/Curl/urldata.h')
-rw-r--r--Source/CTest/Curl/urldata.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/Source/CTest/Curl/urldata.h b/Source/CTest/Curl/urldata.h
index d951c93..144cba3 100644
--- a/Source/CTest/Curl/urldata.h
+++ b/Source/CTest/Curl/urldata.h
@@ -78,9 +78,14 @@
#include "timeval.h"
#ifdef HAVE_ZLIB_H
+#error goo
#include <zlib.h> /* for content-encoding */
#endif
+#ifdef CURL_SPECIAL_ZLIB_H
+#include CURL_SPECIAL_ZLIB_H
+#endif
+
#ifdef USE_ARES
#include <ares.h>
#endif