Respin configure for configure.in r196.
git-svn-id: svn://svn.code.sf.net/p/bitchx/code/trunk@197 13b04d17-f746-0410-82c6-800466cd88b0
This commit is contained in:
21
configure
vendored
21
configure
vendored
@@ -1,5 +1,5 @@
|
||||
#! /bin/sh
|
||||
# From configure.in Revision: 193 .
|
||||
# From configure.in Revision: 196 .
|
||||
# Guess values for system-dependent variables and create Makefiles.
|
||||
# Generated by GNU Autoconf 2.59.
|
||||
#
|
||||
@@ -6252,12 +6252,20 @@ for reslib in '' '-lresolv' '-lbind' '-lsocket'
|
||||
do
|
||||
LIBS="$reslib $OLDLIBS"
|
||||
cat >conftest.$ac_ext <<_ACEOF
|
||||
/* confdefs.h. */
|
||||
_ACEOF
|
||||
cat confdefs.h >>conftest.$ac_ext
|
||||
cat >>conftest.$ac_ext <<_ACEOF
|
||||
/* end confdefs.h. */
|
||||
|
||||
#if defined( __APPLE__ ) && !defined( BIND_8_COMPAT )
|
||||
#if !defined( __APPLE__ )
|
||||
#if !defined( BIND_4_COMPAT )
|
||||
#define BIND_4_COMPAT
|
||||
#endif
|
||||
#else
|
||||
#if !defined( BIND_8_COMPAT )
|
||||
#define BIND_8_COMPAT
|
||||
#endif
|
||||
#if defined( __OpenBSD__ ) && !defined( BIND_4_COMPAT )
|
||||
#define BIND_4_COMPAT
|
||||
#endif
|
||||
$ac_includes_default
|
||||
#ifdef HAVE_NETINET_IN_H
|
||||
@@ -13741,6 +13749,11 @@ if test "${enable_ipv6+set}" = set; then
|
||||
case "$enableval" in
|
||||
yes)
|
||||
cat >conftest.$ac_ext <<_ACEOF
|
||||
/* confdefs.h. */
|
||||
_ACEOF
|
||||
cat confdefs.h >>conftest.$ac_ext
|
||||
cat >>conftest.$ac_ext <<_ACEOF
|
||||
/* end confdefs.h. */
|
||||
|
||||
#include <sys/types.h>
|
||||
#include <sys/socket.h>
|
||||
|
||||
Reference in New Issue
Block a user