summaryrefslogtreecommitdiff
path: root/devel/uclmmbase/files/patch-ac
blob: c202fcfe3753988bc5c65ea409d86c1593ce5f62 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
--- configure.orig	Fri May 11 07:59:42 2001
+++ configure	Thu Jan 23 17:29:08 2003
@@ -1928,10 +1928,10 @@
   cat > conftest.$ac_ext <<EOF
 #line 1930 "configure"
 #include "confdefs.h"
-#include <stdint.h>
+#include <arpa/inet.h>
 EOF
 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
-  egrep "uint16_t" >/dev/null 2>&1; then
+  egrep "inet_pton" >/dev/null 2>&1; then
   rm -rf conftest*
   ucl_cv_inet_pton_in_inet_h=yes
 else
@@ -1959,10 +1959,10 @@
   cat > conftest.$ac_ext <<EOF
 #line 1961 "configure"
 #include "confdefs.h"
-#include <stdint.h>
+#include <arpa/inet.h>
 EOF
 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
-  egrep "uint16_t" >/dev/null 2>&1; then
+  egrep "inet_ntop" >/dev/null 2>&1; then
   rm -rf conftest*
   ucl_cv_inet_ntop_in_inet_h=yes
 else