From 44e1aa427bd172c4af0a3353f71624ebdb5477d8 Mon Sep 17 00:00:00 2001 From: James David Berry <jberry@apache.org> Date: Wed, 6 Jun 2001 16:29:41 +0000 Subject: [PATCH] Touch up Solaris build; a previous change to configure was lost since it hadn't been incorporated into configure.in git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@172740 13f79535-47bb-0310-9956-ffa450edef68 --- samples/configure | 4 ++++ samples/configure.in | 3 +++ 2 files changed, 7 insertions(+) diff --git a/samples/configure b/samples/configure index 06635f1e5..b4c3dcaff 100755 --- a/samples/configure +++ b/samples/configure @@ -1337,6 +1337,9 @@ cxxflags=${CXXFLAGS} cflags=${CFLAGS} +ldflags=${LDFLAGS} + + trap '' 1 2 15 cat > confcache <<\EOF # This file is a shell script that caches the results of configure @@ -1513,6 +1516,7 @@ s%@platform@%$platform%g s%@compiler@%$compiler%g s%@cxxflags@%$cxxflags%g s%@cflags@%$cflags%g +s%@ldflags@%$ldflags%g CEOF EOF diff --git a/samples/configure.in b/samples/configure.in index 0031f5c36..5303f5d8b 100644 --- a/samples/configure.in +++ b/samples/configure.in @@ -65,6 +65,9 @@ AC_SUBST(cxxflags) cflags=${CFLAGS} AC_SUBST(cflags) +ldflags=${LDFLAGS} +AC_SUBST(ldflags) + dnl output the Makefiles AC_OUTPUT([Makefile \ SAXCount/Makefile \ -- GitLab