mirror of
https://github.com/NLnetLabs/unbound.git
synced 2026-02-17 17:48:16 -05:00
Bad check, removed.
git-svn-id: file:///svn/unbound/trunk@115 be551aaa-1e26-0410-a405-d3ace91eadb9
This commit is contained in:
parent
70dccb05e4
commit
4072996827
1 changed files with 0 additions and 10 deletions
10
configure.ac
10
configure.ac
|
|
@ -311,16 +311,6 @@ AC_INCLUDES_DEFAULT
|
|||
#endif
|
||||
])
|
||||
|
||||
AC_CHECK_TYPE(struct sockaddr_storage, [], [AC_DEFINE([sockaddr_storage], [sockaddr_in], [sockaddr_storage])], [
|
||||
AC_INCLUDES_DEFAULT
|
||||
#if HAVE_SYS_TYPES_H
|
||||
# include <sys/types.h>
|
||||
#endif
|
||||
#if HAVE_NETINET_IN_H
|
||||
# include <netinet/in.h>
|
||||
#endif
|
||||
])
|
||||
|
||||
# Checks for libraries.
|
||||
AC_ARG_WITH(ssl, AC_HELP_STRING([--with-ssl=pathname],
|
||||
[enable SSL (will check /usr/local/ssl
|
||||
|
|
|
|||
Loading…
Reference in a new issue