aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHoward Chu <hyc@symas.com>2015-12-31 05:31:42 +0000
committerHoward Chu <hyc@symas.com>2015-12-31 05:31:42 +0000
commita090ee97f99a217f12c330c56f4dd66c76272142 (patch)
treea4f797f8d64d108665f02079601e833adaf63b62
parentMerge pull request #578 (diff)
downloadmonero-a090ee97f99a217f12c330c56f4dd66c76272142.tar.xz
Fix 3edbf57b62feeaba1f31683f24b9d76d75e03902
The test for isblank was being ignored
-rw-r--r--external/unbound/config.h.cmake.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/external/unbound/config.h.cmake.in b/external/unbound/config.h.cmake.in
index c64c3babb..861020ecd 100644
--- a/external/unbound/config.h.cmake.in
+++ b/external/unbound/config.h.cmake.in
@@ -216,7 +216,7 @@
#cmakedefine HAVE_IPHLPAPI_H
/* Define to 1 if you have the `isblank' function. */
-#undef HAVE_ISBLANK
+#cmakedefine HAVE_ISBLANK
/* Define to 1 if you have the `kill' function. */
#cmakedefine HAVE_KILL