diff options
author | Larry Wall <lwall@netlabs.com> | 1992-06-11 08:21:11 +0000 |
---|---|---|
committer | Larry Wall <lwall@netlabs.com> | 1992-06-11 08:21:11 +0000 |
commit | faf8582f0c418b57fd71e105da84edbb3177fa0c (patch) | |
tree | 362f6aa8bbc6e5d971e30ed808182176ae405c8e /Configure | |
parent | 2f3197b3c480b4120c210442c74a59d064d932c9 (diff) | |
download | perl-faf8582f0c418b57fd71e105da84edbb3177fa0c.tar.gz |
perl 4.0 patch 34: (combined patch)
Here's the typical cleanup patch that follows any large
set of patches. My testing organization is either too large
or too small, depending on how you look at it, sigh...
Diffstat (limited to 'Configure')
-rwxr-xr-x | Configure | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -8,7 +8,7 @@ # and edit it to reflect your system. Some packages may include samples # of config.h for certain machines, so you might look for one of those.) # -# $RCSfile: Configure,v $$Revision: 4.0.1.7 $$Date: 92/06/08 11:38:16 $ +# $RCSfile: Configure,v $$Revision: 4.0.1.8 $$Date: 92/06/11 21:04:45 $ # # Yes, you may rip this off to use in other distribution packages. # (Note: this Configure script was generated automatically. Rather than @@ -2080,7 +2080,7 @@ main() exit(0); } EOCP - if $cc safebcpy.c -o safebcpy $ccflags >/dev/null 2>&1 ; then + if $cc safebcpy.c -o safebcpy $ccflags $libs >/dev/null 2>&1 ; then if ./safebcpy; then echo "It can." d_safebcpy=define @@ -2465,7 +2465,7 @@ main() exit(0); } EOCP - if $cc safemcpy.c -o safemcpy $ccflags >/dev/null 2>&1 ; then + if $cc safemcpy.c -o safemcpy $ccflags $libs >/dev/null 2>&1 ; then if ./safemcpy; then echo "It can." d_safemcpy=define |