diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 1999-12-28 02:40:51 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1999-12-28 02:40:51 +0000 |
commit | cf21f3c64baee1fc09bbeb991ec292f2b276bce6 (patch) | |
tree | b6e05c78ea60ffc08675f6a24b83b5583d166950 | |
parent | 6764938d2d6f3ec10fa11fdf44e5fa19314373a4 (diff) | |
download | perl-cf21f3c64baee1fc09bbeb991ec292f2b276bce6.tar.gz |
tweak to show up db-linked-with-libpthread-but-not-perl problem
(from Andy Dougherty)
p4raw-id: //depot/perl@4716
-rwxr-xr-x | Configure | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -20,7 +20,7 @@ # $Id: Head.U,v 3.0.1.9 1997/02/28 15:02:09 ram Exp $ # -# Generated on Tue Nov 16 23:04:27 EET 1999 [metaconfig 3.0 PL70] +# Generated on Wed Dec 22 14:18:58 EST 1999 [metaconfig 3.0 PL70] # (with additional metaconfig patches by perlbug@perl.com) cat >/tmp/c1$$ <<EOF @@ -11263,7 +11263,7 @@ int main() } EOCP set try - if eval $compile && ./try; then + if eval $compile_ok && ./try; then echo 'Looks OK.' >&4 else echo "I can't use Berkeley DB with your <db.h>. I'll disable Berkeley DB." >&4 |