[geos-commits] [SCM] geos branch master updated. 6d3f562f2935735296172dbe8a1362944b89a24a
git at osgeo.org
git at osgeo.org
Thu Sep 7 03:58:29 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 6d3f562f2935735296172dbe8a1362944b89a24a (commit)
from 4b2b6dff199ab4ebee30d7a8dfe078106ab6e9dd (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 6d3f562f2935735296172dbe8a1362944b89a24a
Author: Mateusz Loskot <mateusz at loskot.net>
Date: Thu Sep 7 12:58:24 2017 +0200
Allow GCC extension options (-std=gnu++11)
diff --git a/configure.ac b/configure.ac
index 1bc58fb..3082956 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([noext],[mandatory])
+AX_CXX_COMPILE_STDCXX_11([ext],[mandatory])
WARNFLAGS=""
AC_LANG_PUSH([C++])
-----------------------------------------------------------------------
Summary of changes:
configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
hooks/post-receive
--
geos
More information about the geos-commits
mailing list