|
Lines 1-9
Link Here
|
| 1 |
--- configure.orig 2015-01-04 20:35:43 UTC |
1 |
--- configure.orig 2016-04-18 20:26:31 UTC |
| 2 |
+++ configure |
2 |
+++ configure |
| 3 |
@@ -12678,53 +12678,6 @@ $as_echo "$as_me: error: gethostbyname_r |
3 |
@@ -10591,7 +10591,7 @@ cat >>conftest.$ac_ext <<_ACEOF |
|
|
4 |
int |
| 5 |
main () |
| 6 |
{ |
| 7 |
- hosts_access(req); |
| 8 |
+ hosts_access(); |
| 9 |
; |
| 10 |
return 0; |
| 11 |
} |
| 12 |
@@ -10643,7 +10643,7 @@ cat >>conftest.$ac_ext <<_ACEOF |
| 13 |
int |
| 14 |
main () |
| 15 |
{ |
| 16 |
- hosts_access(req); |
| 17 |
+ hosts_access(); |
| 18 |
; |
| 19 |
return 0; |
| 20 |
} |
| 21 |
@@ -12397,55 +12397,6 @@ $as_echo "$as_me: error: gethostbyname_r |
| 22 |
;; |
| 4 |
esac |
23 |
esac |
| 5 |
|
24 |
|
| 6 |
if test -n "$GCC"; then |
25 |
-if test -n "$GCC"; then |
| 7 |
- # Starting with GCC 3.0, you must link C++ programs against either |
26 |
- # Starting with GCC 3.0, you must link C++ programs against either |
| 8 |
- # libstdc++ (shared by default), or libsupc++ (always static). If |
27 |
- # libstdc++ (shared by default), or libsupc++ (always static). If |
| 9 |
- # you care about binary portability between Linux distributions, |
28 |
- # you care about binary portability between Linux distributions, |
|
Lines 50-56
Link Here
|
| 50 |
- esac |
69 |
- esac |
| 51 |
- ;; |
70 |
- ;; |
| 52 |
- esac |
71 |
- esac |
|
|
72 |
-fi |
| 53 |
- |
73 |
- |
| 54 |
# See if GCC supports -fno-exceptions... |
74 |
{ $as_echo "$as_me:$LINENO: checking whether C compiler accepts -fno-exceptions" >&5 |
| 55 |
{ $as_echo "$as_me:$LINENO: checking if GCC supports -fno-exceptions" >&5 |
75 |
$as_echo_n "checking whether C compiler accepts -fno-exceptions... " >&6; } |
| 56 |
$as_echo_n "checking if GCC supports -fno-exceptions... " >&6; } |
76 |
if test "${ax_cv_check_cflags___fno_exceptions+set}" = set; then |