[geos-commits] [SCM] geos branch master updated. 1e2b2a2600c4ee31378842cc3c46d61cfad9efce

git at osgeo.org git at osgeo.org
Thu Sep 7 08:56:24 PDT 2017


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "geos".

The branch, master has been updated
       via  1e2b2a2600c4ee31378842cc3c46d61cfad9efce (commit)
      from  6d3f562f2935735296172dbe8a1362944b89a24a (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 1e2b2a2600c4ee31378842cc3c46d61cfad9efce
Author: Mateusz Loskot <mateusz at loskot.net>
Date:   Thu Sep 7 17:55:57 2017 +0200

    Remove option -ansi conflicting with -std=c++11
    
    Restore C++11 detection without extensions

diff --git a/configure.ac b/configure.ac
index 3082956..f68060a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -133,7 +133,7 @@ dnl --------------------------------------------------------------------
 dnl - Append default C++ and C flags
 dnl --------------------------------------------------------------------
 
-AX_CXX_COMPILE_STDCXX_11([ext],[mandatory])
+AX_CXX_COMPILE_STDCXX_11([noext],[mandatory])
 
 WARNFLAGS=""
 AC_LANG_PUSH([C++])
@@ -155,7 +155,6 @@ AC_LIBTOOL_LANG_CXX_CONFIG
 # -pedantic: ISO does not support long long
 # we add -Wno-long-long to avoid those messages
 AC_LIBTOOL_COMPILER_OPTION([if $compiler supports -pedantic], [dummy_cv_pedantic], [-pedantic], [], [WARNFLAGS="$WARNFLAGS -pedantic"], [])
-AC_LIBTOOL_COMPILER_OPTION([if $compiler supports -ansi], [dummy_cv_ansi], [-ansi], [], [WARNFLAGS="$WARNFLAGS -ansi"], [])
 AC_LIBTOOL_COMPILER_OPTION([if $compiler supports -Wall], [dummy_cv_wall], [-Wall], [], [WARNFLAGS="$WARNFLAGS -Wall"], [])
 AC_LIBTOOL_COMPILER_OPTION([if $compiler supports -Wno-long-long], [dummy_cv_wno_long_long], [-Wno-long-long], [], [WARNFLAGS="$WARNFLAGS -Wno-long-long"], [])
 

-----------------------------------------------------------------------

Summary of changes:
 configure.ac |    3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)


hooks/post-receive
-- 
geos


More information about the geos-commits mailing list