From 6621873bd2080fed68451e875cb52b34f34db57d Mon Sep 17 00:00:00 2001 From: Binh-Minh Ribler Date: Mon, 21 Jan 2002 22:32:32 -0500 Subject: [svn-r4845] Purpose: Added platform support Description: Added new macro DEFAULT_LIBS to specify default library for the C++ API tests Platforms tested: IRIX 6.5 (modi4) --- c++/configure | 2 ++ 1 file changed, 2 insertions(+) diff --git a/c++/configure b/c++/configure index d887bb6..2d4bd54 100755 --- a/c++/configure +++ b/c++/configure @@ -1665,6 +1665,7 @@ rm -f confcache # Actually configure libtool. ac_aux_dir is where install-sh is found. CC="$CC" CFLAGS="$CFLAGS" CPPFLAGS="$CPPFLAGS" \ LD="$LD" LDFLAGS="$LDFLAGS" LIBS="$LIBS" \ +#LD="$LD" LDFLAGS="$LDFLAGS" LIBS="$LIBS" DEFAULT_LIBS="$DEFAULT_LIBS" \ LN_S="$LN_S" NM="$NM" RANLIB="$RANLIB" \ DLLTOOL="$DLLTOOL" AS="$AS" OBJDUMP="$OBJDUMP" \ ${CONFIG_SHELL-/bin/sh} $ac_aux_dir/ltconfig --no-reexec \ @@ -2320,6 +2321,7 @@ s%@FFLAGS@%$FFLAGS%g s%@DEFS@%$DEFS%g s%@LDFLAGS@%$LDFLAGS%g s%@LIBS@%$LIBS%g +s%@DEFAULT_LIBS@%$DEFAULT_LIBS%g s%@exec_prefix@%$exec_prefix%g s%@prefix@%$prefix%g s%@program_transform_name@%$program_transform_name%g -- cgit v0.12