Opened 6 years ago
Closed 6 years ago
#11701 closed enhancement (fixed)
whois ftbfs if HAVE_LIBIDN=1 is used
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | normal | Milestone: | 8.4 |
Component: | BOOK | Version: | SVN |
Severity: | normal | Keywords: | |
Cc: |
Description ¶
We list HAVE_LIBIDN=1 as an option, so it doesn't get picked up by automated testing. But I had been using it. 'make' now complains:
Makefile:38: *** Please fix your build system to stop defining HAVE_LIBIDN!. Stop.
and the full content of that part of the Makefile is:
# libidn support has been autodetected since 5.2.18 ifdef HAVE_LIBIDN $(error Please fix your build system to stop defining HAVE_LIBIDN!) endif
So just remove the Command Explanation.
Change History (2)
comment:1 by , 6 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:2 by , 6 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
r21226