projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
5796d57
)
Configure fix for handling DynaLoader
Chip Salzenberg [Sat, 23 Nov 1996 14:01:08 +0000 (
02:01
+1200)]
Configure
patch
|
blob
|
blame
|
history
diff --git
a/Configure
b/Configure
index
f1c6f92
..
5c0f48d
100755
(executable)
--- a/
Configure
+++ b/
Configure
@@
-9460,8
+9460,7
@@
known_extensions=''
: to be built.
for xxx in * ; do
case "$xxx" in
- DynaLoader)
- known_extensions="$known_extensions $xxx" ;;
+ DynaLoader) ;;
*)
if $test -f $xxx/$xxx.xs; then
known_extensions="$known_extensions $xxx"