summaryrefslogtreecommitdiff
path: root/hints/irix_6.sh
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2001-06-01 15:36:35 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2001-06-01 15:36:35 +0000
commit1b96318cf20a01b551ac8519bf1ee01be2296d37 (patch)
tree2d3147e3320ad3dbdf5006f0c9ba07f63b57b5e8 /hints/irix_6.sh
parent4d0439cea1039d7a1d1d554b735a7be950ad1fe9 (diff)
downloadperl-1b96318cf20a01b551ac8519bf1ee01be2296d37.tar.gz
Retract #10324 and #10333; not needed.
p4raw-id: //depot/perl@10375
Diffstat (limited to 'hints/irix_6.sh')
-rw-r--r--hints/irix_6.sh14
1 files changed, 0 insertions, 14 deletions
diff --git a/hints/irix_6.sh b/hints/irix_6.sh
index bac68c312e..6f4ca17881 100644
--- a/hints/irix_6.sh
+++ b/hints/irix_6.sh
@@ -282,20 +282,6 @@ set `echo X "$libswanted "|sed -e 's/ sun / /' -e 's/ crypt / /' -e 's/ bsd / /'
shift
libswanted="$*"
-#
-# XXX -- This isn't right, since you still don't want perl itself
-# linked with -ldb, even if you *do* build the DB_File extension.
-# Linking perl with -ldb will prevent you from building the
-# Sybase::DBlib extension, due to a conflict between dbopen() in both
-# libdb.so and libsybdb.so.
-#
-case "$i_db" in
-undef)
- set `echo X "$libswanted "|sed -e 's/ db / /'`
- shift
- libswanted="$*" ;;
-esac
-
cat > UU/usethreads.cbu <<'EOCBU'
# This script UU/usethreads.cbu will get 'called-back' by Configure
# after it has prompted the user for whether to use threads.