diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2003-08-01 03:33:20 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2003-08-01 03:33:20 +0000 |
commit | 3ca3347233410b4f18ecadf6b631ceede1ab7539 (patch) | |
tree | 5b6ab9ebbce04770e4ad6ecb8e629f7eab66400c /gnu/usr.bin | |
parent | 8a57b9f9ee19868db7f8c9a178f54b478174740b (diff) |
Back out threads setting inadvertently added in last commit.
Diffstat (limited to 'gnu/usr.bin')
-rw-r--r-- | gnu/usr.bin/perl/hints/openbsd.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gnu/usr.bin/perl/hints/openbsd.sh b/gnu/usr.bin/perl/hints/openbsd.sh index af7352709cc..77ba46eac7f 100644 --- a/gnu/usr.bin/perl/hints/openbsd.sh +++ b/gnu/usr.bin/perl/hints/openbsd.sh @@ -129,7 +129,6 @@ case "$openbsd_distribution" in useshrplib=true libperl=`. ./shlib_version; echo libperl.so.${major}.${minor}` fi - usethreads=$define ;; esac |