projects
/
cubemap
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
677f16b
)
Open up for C++11.
author
Steinar H. Gunderson
<sgunderson@bigfoot.com>
Thu, 5 Apr 2018 07:40:07 +0000
(09:40 +0200)
committer
Steinar H. Gunderson
<sgunderson@bigfoot.com>
Thu, 5 Apr 2018 07:40:07 +0000
(09:40 +0200)
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index
e3ac376
..
ee27de7
100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-10,5
+10,7
@@
PKG_CHECK_MODULES([libsystemd], [libsystemd])
PKG_CHECK_MODULES([protobuf], [protobuf])
PKG_CHECK_MODULES([libtomcrypt], [libtomcrypt])
+CXXFLAGS="$CXXFLAGS -std=gnu++11"
+
AC_CONFIG_FILES([Makefile])
AC_OUTPUT