]> git.sesse.net Git - cubemap/commitdiff
Open up for C++11.
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Thu, 5 Apr 2018 07:40:07 +0000 (09:40 +0200)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Thu, 5 Apr 2018 07:40:07 +0000 (09:40 +0200)
configure.ac

index e3ac3765a196cc9a685009a679861c6b872954d4..ee27de7558188bacfbc2386a2a1e94109ebc1aeb 100644 (file)
@@ -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