This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Make #2012 glob pattern more portable.
[perl5.git] / os2 / diff.configure
CommitLineData
4e2a5f63
AD
1--- Configure Wed Feb 25 16:52:55 1998
2+++ Configure.os2 Wed Feb 25 16:52:58 1998
3@@ -1602,7 +1602,7 @@
8566f259 4 *)
5 echo "I don't know where '$file' is, and my life depends on it." >&4
6 echo "Go find a public domain implementation or fix your PATH setting!" >&4
7- exit 1
8+ #exit 1
9 ;;
10 esac
11 done
4e2a5f63 12@@ -3637,7 +3637,7 @@
8566f259 13 exit(0);
14 }
15 EOM
16-if $cc -o gccvers gccvers.c >/dev/null 2>&1; then
17+if $cc -o gccvers gccvers.c $ldflags >/dev/null 2>&1; then
18 gccversion=`./gccvers`
19 case "$gccversion" in
20 '') echo "You are not using GNU cc." ;;
4e2a5f63 21@@ -4434,7 +4434,7 @@
8566f259 22 esac
23 ;;
24 esac
25-libnames='';
26+#libnames='';
27 case "$libs" in
28 '') ;;
29 *) for thislib in $libs; do