1diff -Naur net-snmp-5.6.orig/configure net-snmp-5.6.working/configure
2--- net-snmp-5.6.orig/configure	2010-10-07 15:23:32.000000000 -0700
3+++ net-snmp-5.6.working/configure	2010-12-06 17:27:12.000000000 -0800
4@@ -34223,7 +34223,7 @@
5         { $as_echo "$as_me:$LINENO: checking for Perl cc" >&5
6 $as_echo_n "checking for Perl cc... " >&6; }
7 
8-        PERLCC=`$myperl -V:cc | $myperl -n -e 'print if (s/^\s*cc=.([-=\w\s\/]+).;\s*/$1/);'`
9+        PERLCC=`$myperl -V:cc | $myperl -n -e 'print if (s/^\s*cc=.([-=\w\s\/.]+).;\s*/$1/);'`
10 
11         if test "x$PERLCC" != "x" ; then
12             { $as_echo "$as_me:$LINENO: result: $PERLCC" >&5
13diff -Naur net-snmp-5.6.orig/configure.d/config_project_perl_python net-snmp-5.6.working/configure.d/config_project_perl_python
14--- net-snmp-5.6.orig/configure.d/config_project_perl_python	2010-07-29 08:47:40.000000000 -0700
15+++ net-snmp-5.6.working/configure.d/config_project_perl_python	2010-12-06 17:18:22.000000000 -0800
16@@ -87,7 +87,7 @@
17     if test "xenable_perl_cc_checks" != "xno" ; then
18         AC_MSG_CHECKING([for Perl cc])
19         changequote(, )
20-        PERLCC=`$myperl -V:cc | $myperl -n -e 'print if (s/^\s*cc=.([-=\w\s\/]+).;\s*/$1/);'`
21+        PERLCC=`$myperl -V:cc | $myperl -n -e 'print if (s/^\s*cc=.([-=\w\s\/.]+).;\s*/$1/);'`
22         changequote([, ])
23         if test "x$PERLCC" != "x" ; then
24             AC_MSG_RESULT([$PERLCC])
25