diff options
author | Howard Chu <hyc@symas.com> | 2015-12-31 05:31:42 +0000 |
---|---|---|
committer | Howard Chu <hyc@symas.com> | 2015-12-31 05:31:42 +0000 |
commit | a090ee97f99a217f12c330c56f4dd66c76272142 (patch) | |
tree | a4f797f8d64d108665f02079601e833adaf63b62 /external | |
parent | Merge pull request #578 (diff) | |
download | monero-a090ee97f99a217f12c330c56f4dd66c76272142.tar.xz |
Fix 3edbf57b62feeaba1f31683f24b9d76d75e03902
The test for isblank was being ignored
Diffstat (limited to 'external')
-rw-r--r-- | external/unbound/config.h.cmake.in | 2 |
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 |