diff options
author | Wilfredo Sánchez <wsanchez@mit.edu> | 1998-11-13 09:11:30 -0800 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 1999-03-15 16:58:12 +0000 |
commit | 8f1f23e8b15dc90b39e5be39711437f27f72b526 (patch) | |
tree | bc78b5dc448e822a2e12ae061a3f6d07268b72ad /configure.gnu | |
parent | e3d0d1b96b2c9ea39a8c9ab1faca9d150105b22d (diff) | |
download | perl-8f1f23e8b15dc90b39e5be39711437f27f72b526.tar.gz |
First pass of integrating the Rhapsody port,
Subject: Keeping the world in sync.
Reply-To: wsanchez@apple.com
To: perlbug@perl.com
Message-Id: <199811140111.RAA41784@scv4.apple.com>
p4raw-id: //depot/cfgperl@3108
Diffstat (limited to 'configure.gnu')
-rwxr-xr-x | configure.gnu | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/configure.gnu b/configure.gnu index fa46532094..2ef8331833 100755 --- a/configure.gnu +++ b/configure.gnu @@ -111,6 +111,14 @@ case "$ccflags" in '') ;; *) opts="$opts -Dccflags='$ccflags'";; esac +case "$LDFLAGS" in +'') ;; +*) ldflags="$ldflags $LDFLAGS";; +esac +case "$ldflags" in +'') ;; +*) opts="$opts -Dldflags='$ldflags'";; +esac # Don't use -s if they want verbose mode case "$verbose" in |