diff options
author | H.Merijn Brand <h.m.brand@xs4all.nl> | 2012-08-26 14:52:26 +0200 |
---|---|---|
committer | H.Merijn Brand <h.m.brand@xs4all.nl> | 2012-08-26 14:52:26 +0200 |
commit | 3e06601fea2b5bb64513c13dc407c9d4d3c15a9a (patch) | |
tree | db3093932ac9cc3817b4f3eb1dcf413c509453f7 /symbian | |
parent | adc42c31aa41517bfdda512fee0bbc3859910f76 (diff) | |
download | perl-3e06601fea2b5bb64513c13dc407c9d4d3c15a9a.tar.gz |
Add Configure probe for ip_mreq_source
Needed to upgrade Socket from CPAN
Diffstat (limited to 'symbian')
-rw-r--r-- | symbian/config.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/symbian/config.sh b/symbian/config.sh index 63f43af3d3..d9a4c06562 100644 --- a/symbian/config.sh +++ b/symbian/config.sh @@ -231,7 +231,9 @@ d_inetntop='undef' d_inetpton='undef' d_int64_t='undef' d_ip_mreq='undef' +d_ip_mreq_source='undef' d_ipv6_mreq='undef' +d_ipv6_mreq_source='undef' d_isascii='undef' d_isblank='undef' d_isfinite='undef' |