summaryrefslogtreecommitdiff
path: root/hints/bsdos.sh
diff options
context:
space:
mode:
authorAndy Dougherty <doughera@lafayette.edu>1998-05-28 09:25:21 -0400
committerMalcolm Beattie <mbeattie@sable.ox.ac.uk>1998-05-28 17:36:57 +0000
commitdd64f1c34f78dffc99057d229091d8331d2ddf2d (patch)
treeca750a3aadd1c8febf58c9caa528875dacd13022 /hints/bsdos.sh
parent1abb42fe05605796a5aa3903270aa1e38a3bcec9 (diff)
downloadperl-dd64f1c34f78dffc99057d229091d8331d2ddf2d.tar.gz
[PATCH 5.004_65] Config_65-01: lchown() detection.
Date: Thu, 28 May 1998 13:25:21 -0400 (EDT) Subject: [PATCH 5.004_65] Config_65-01-02.diff: INSTALL and hints fixes Date: Thu, 28 May 1998 13:26:18 -0400 (EDT) p4raw-id: //depot/perl@1042
Diffstat (limited to 'hints/bsdos.sh')
-rw-r--r--hints/bsdos.sh3
1 files changed, 0 insertions, 3 deletions
diff --git a/hints/bsdos.sh b/hints/bsdos.sh
index 0896e264ba..c54a0c1606 100644
--- a/hints/bsdos.sh
+++ b/hints/bsdos.sh
@@ -33,9 +33,6 @@ libswanted="$*"
glibpth="$glibpth /usr/X11/lib"
ldflags="$ldflags -L/usr/X11/lib"
-# Avoid telldir prototype conflict in pp_sys.c
-pp_sys_cflags='ccflags="$ccflags -DHAS_TELLDIR_PROTOTYPE"'
-
case "$optimize" in
'') optimize='-O2' ;;
esac