changeset 1856:1e1e1c0b8c1b

[project @ 1996-02-03 14:55:19 by jwe]
author jwe
date Sat, 03 Feb 1996 14:55:19 +0000
parents cdc5b74cc261
children 99d5b59cb855
files configure.in
diffstat 1 files changed, 3 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/configure.in
+++ b/configure.in
@@ -20,7 +20,7 @@
 ### along with Octave; see the file COPYING.  If not, write to the Free
 ### Software Foundation, 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
-AC_REVISION($Revision: 1.159 $)
+AC_REVISION($Revision: 1.160 $)
 AC_PREREQ(2.0)
 AC_INIT(src/octave.cc)
 AC_CONFIG_HEADER(config.h)
@@ -324,12 +324,13 @@
   CXXPICFLAG=-fPIC
   FPICFLAG=-fPIC
   SHLEXT=so
-  RLD_FLAG='-rpath $(libdir)'
+  RLD_FLAG=
   case "$canonical_host_type" in
     alpha-dec-osf*)
       CPICFLAG=
       CXXPICFLAG=
       FPICFLAG=
+      RLD_FLAG='-Xlinker -rpath -Xlinker $(libdir)'
     ;;
     rs6000-ibm-aix*)
       CPICFLAG=