aboutsummaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorfile <file@f38db490-d61c-443f-a65b-d21fe96a405b>2007-08-06 14:18:20 +0000
committerfile <file@f38db490-d61c-443f-a65b-d21fe96a405b>2007-08-06 14:18:20 +0000
commitf6617ad296d50b7f0a8cbb7ce7106807d2ae4b0b (patch)
tree05f46fab963727e0a8d8a50b30994665758f132d /configure
parent73b390aa8f6d2f07d8ef6ef8582fa6e3a798637b (diff)
(closes issue #10383)
Reported by: rizzo Include stdlib.h so NULL gets defined for gethostbyname_r checks. git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@78166 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure8
1 files changed, 5 insertions, 3 deletions
diff --git a/configure b/configure
index c80b9ab28..411de1be9 100755
--- a/configure
+++ b/configure
@@ -1,5 +1,5 @@
#! /bin/sh
-# From configure.ac Revision: 77863 .
+# From configure.ac Revision: 77865 .
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.61.
#
@@ -14735,7 +14735,8 @@ _ACEOF
cat confdefs.h >>conftest.$ac_ext
cat >>conftest.$ac_ext <<_ACEOF
/* end confdefs.h. */
-#include <netdb.h>
+#include <stdlib.h>
+ #include <netdb.h>
int
main ()
{
@@ -14789,7 +14790,8 @@ _ACEOF
cat confdefs.h >>conftest.$ac_ext
cat >>conftest.$ac_ext <<_ACEOF
/* end confdefs.h. */
-#include <netdb.h>
+#include <stdlib.h>
+ #include <netdb.h>
int
main ()
{