summaryrefslogtreecommitdiff
path: root/libstdc++-v3/configure
diff options
context:
space:
mode:
authorbkoz <bkoz@138bc75d-0d04-0410-961f-82ee72b054a4>2012-01-18 21:43:31 +0000
committerbkoz <bkoz@138bc75d-0d04-0410-961f-82ee72b054a4>2012-01-18 21:43:31 +0000
commitb927314badc9ae3c47afb53bd213cfc10010830d (patch)
tree8848c5a4f0e3b6d25dcf4f11ee7d546ae046a48f /libstdc++-v3/configure
parent6dbb3e64762ec921694b127b0cd1b6d01382ba02 (diff)
downloadgcc-b927314badc9ae3c47afb53bd213cfc10010830d.tar.gz
2012-01-18 Benjamin Kosnik <bkoz@redhat.com>
* acinclude (GLIBCXX_CONFIGURE_DOCBOOK): Fix quoting. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@183290 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libstdc++-v3/configure')
-rwxr-xr-xlibstdc++-v3/configure4
1 files changed, 2 insertions, 2 deletions
diff --git a/libstdc++-v3/configure b/libstdc++-v3/configure
index 8ee0d24cc30..64f102b398c 100755
--- a/libstdc++-v3/configure
+++ b/libstdc++-v3/configure
@@ -65791,13 +65791,13 @@ fi
$as_echo_n "checking for epub3 stylesheets for documentation creation... " >&6; }
glibcxx_epub_stylesheets=no
if test x"$glibcxx_local_stylesheets" = x"yes"; then
- if test -f ${XSL_STYLE_DIR}/epub3/chunk.xsl; then
+ if test -f "$XSL_STYLE_DIR/epub3/chunk.xsl"; then
glibcxx_epub_stylesheets=yes
fi
fi
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_epub_stylesheets" >&5
$as_echo "$glibcxx_epub_stylesheets" >&6; }
- if test $glibcxx_epub_stylesheets= "yes"; then
+ if test x"$glibcxx_epub_stylesheets" = x"yes"; then
BUILD_EPUB_TRUE=
BUILD_EPUB_FALSE='#'
else