[Libreoffice-commits] .: configure.in

Tor Lillqvist tml at kemper.freedesktop.org
Fri Mar 2 06:29:41 PST 2012


 configure.in |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 62025f7446989c1a29596a2c4cb5ef597808f15e
Author: Tor Lillqvist <tml at iki.fi>
Date:   Fri Mar 2 16:29:28 2012 +0200

    Hide a potential error message which we aren't interested in seeing

diff --git a/configure.in b/configure.in
index 958d4bc..3df3a8f 100644
--- a/configure.in
+++ b/configure.in
@@ -4117,7 +4117,7 @@ dnl ===================================================================
 if test "$GXX" = "yes"; then
     AC_MSG_CHECKING([for g++ include path])
     if test -z "$with_gxx_include_path"; then
-        with_gxx_include_path=`echo "#include <cstring>" | $CXX -E -xc++ - | $SED -n '/.*1*"\(.*\)\/cstring".*/s//\1/p' | head -n 1`
+        with_gxx_include_path=`echo "#include <cstring>" | $CXX -E -xc++ - 2>/dev/null | $SED -n '/.*1*"\(.*\)\/cstring".*/s//\1/p' | head -n 1`
         if test "$with_gxx_include_path" = "/usr/libexec/(null)/include"; then
             with_gxx_include_path="/usr/include"
         fi


More information about the Libreoffice-commits mailing list