configure.ac: Change how LIBSUPCXX_PICFLAGS is set.

* configure.ac: Change how LIBSUPCXX_PICFLAGS is set.
	* configure: Regenerate.

From-SVN: r123828
This commit is contained in:
Steve Ellcey 2007-04-14 19:51:44 +00:00 committed by Steve Ellcey
parent 01a6a27a02
commit 94872c09c9
3 changed files with 9 additions and 8 deletions

View File

@ -1,3 +1,8 @@
2007-04-14 Steve Ellcey <sje@cup.hp.com>
* configure.ac: Change how LIBSUPCXX_PICFLAGS is set.
* configure: Regenerate.
2007-04-14 Paolo Carlini <pcarlini@suse.de>
* config/locale/generic/c_locale.cc: Include <limits>.

View File

@ -85067,10 +85067,8 @@ echo "${ECHO_T}$gxx_include_dir" >&6
if ${CONFIG_SHELL-/bin/sh} ./libtool --tag CXX --features |
grep "enable shared" > /dev/null;
then
LIBSUPCXX_PICFLAGS=-prefer-pic
if test "$enable_shared" = yes; then
LIBSUPCXX_PICFLAGS="-prefer-pic"
else
LIBSUPCXX_PICFLAGS=
fi

View File

@ -355,10 +355,8 @@ GLIBCXX_EXPORT_INSTALL_INFO
GLIBCXX_EXPORT_INCLUDES
GLIBCXX_EXPORT_FLAGS
if ${CONFIG_SHELL-/bin/sh} ./libtool --tag CXX --features |
grep "enable shared" > /dev/null;
then
LIBSUPCXX_PICFLAGS=-prefer-pic
if test "$enable_shared" = yes; then
LIBSUPCXX_PICFLAGS="-prefer-pic"
else
LIBSUPCXX_PICFLAGS=
fi