summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>2010-01-04 15:53:32 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>2010-01-04 15:53:32 +0000
commitaeec28f46f1f62f7b36d8c05e32cec9652947395 (patch)
tree07cb44d6ba1380367261a7f1763f2b8934a9d440 /gnu
parent1c7608efb3344102add140b8839d9e9289ca77fa (diff)
Skip revision control dirs when looking for extensions. Fixes building
in non-obj dir.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/usr.bin/perl/Configure4
1 files changed, 3 insertions, 1 deletions
diff --git a/gnu/usr.bin/perl/Configure b/gnu/usr.bin/perl/Configure
index a560117094a..6f98af37ebc 100644
--- a/gnu/usr.bin/perl/Configure
+++ b/gnu/usr.bin/perl/Configure
@@ -23,7 +23,7 @@
# See Porting/pumpkin.pod for more information on metaconfig.
#
-# $Id: Configure,v 1.20 2009/10/12 18:24:20 millert Exp $
+# $Id: Configure,v 1.21 2009/10/14 19:08:07 millert Exp $
#
# Generated on Tue Aug 18 19:22:01 CEST 2009 [metaconfig 3.5 PL0]
# (with additional metaconfig patches by perlbug@perl.org)
@@ -21884,6 +21884,8 @@ esac
nonxs_ext=''
for xxx in $nonxs_extensions ; do
case "$xxx" in
+ CVS|RCS|SCCS|.svn)
+ ;;
*) nonxs_ext="$nonxs_ext $xxx"
;;
esac