[Libreoffice-commits] .: configure.ac

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Mon Dec 10 06:01:18 PST 2012


 configure.ac |    1 -
 1 file changed, 1 deletion(-)

New commits:
commit 5abad485f0efa4e71f99d47e6d053298102eb2b3
Author: Luboš Luňák <l.lunak at suse.cz>
Date:   Mon Dec 10 15:00:11 2012 +0100

    remove AC_DEFINE(HAVE_CXX0X)
    
    There should be no #ifdef for that anyway (given compiler support
    each feature will need its own check).
    
    Change-Id: I1998bfff362f2aef23717735834cacf87d3db90b

diff --git a/configure.ac b/configure.ac
index 195b832..696f975 100644
--- a/configure.ac
+++ b/configure.ac
@@ -5735,7 +5735,6 @@ return !(i != 0 && j != 0);
     fi
     if test "$HAVE_CXX0X" = "TRUE"; then
         AC_MSG_RESULT([yes ($CXXFLAGS_CXX11)])
-        AC_DEFINE([HAVE_CXX0X])
     else
         AC_MSG_RESULT([no])
     fi


More information about the Libreoffice-commits mailing list