Commit 94872c09 by Steve Ellcey Committed by Steve Ellcey

configure.ac: Change how LIBSUPCXX_PICFLAGS is set.

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

From-SVN: r123828
parent 01a6a27a
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> 2007-04-14 Paolo Carlini <pcarlini@suse.de>
* config/locale/generic/c_locale.cc: Include <limits>. * config/locale/generic/c_locale.cc: Include <limits>.
......
...@@ -85067,10 +85067,8 @@ echo "${ECHO_T}$gxx_include_dir" >&6 ...@@ -85067,10 +85067,8 @@ echo "${ECHO_T}$gxx_include_dir" >&6
if ${CONFIG_SHELL-/bin/sh} ./libtool --tag CXX --features | if test "$enable_shared" = yes; then
grep "enable shared" > /dev/null; LIBSUPCXX_PICFLAGS="-prefer-pic"
then
LIBSUPCXX_PICFLAGS=-prefer-pic
else else
LIBSUPCXX_PICFLAGS= LIBSUPCXX_PICFLAGS=
fi fi
...@@ -355,10 +355,8 @@ GLIBCXX_EXPORT_INSTALL_INFO ...@@ -355,10 +355,8 @@ GLIBCXX_EXPORT_INSTALL_INFO
GLIBCXX_EXPORT_INCLUDES GLIBCXX_EXPORT_INCLUDES
GLIBCXX_EXPORT_FLAGS GLIBCXX_EXPORT_FLAGS
if ${CONFIG_SHELL-/bin/sh} ./libtool --tag CXX --features | if test "$enable_shared" = yes; then
grep "enable shared" > /dev/null; LIBSUPCXX_PICFLAGS="-prefer-pic"
then
LIBSUPCXX_PICFLAGS=-prefer-pic
else else
LIBSUPCXX_PICFLAGS= LIBSUPCXX_PICFLAGS=
fi fi
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment