Advertisement
Guest User

jd-c11.patch

a guest
Apr 18th, 2017
154
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Diff 0.58 KB | None | 0 0
  1. From f9f9efc6b3bcc44bdf522a5efbaf0b06ba3439bb Mon Sep 17 00:00:00 2001
  2. From: jd-street <jd-street@not.available>
  3. Date: Tue, 18 Apr 2017 21:32:47 +0900
  4. Subject: [PATCH 1/2] check/set c++11 option in configure
  5.  
  6. Signed-off-by: jd-street <jd-street@not.available>
  7. ---
  8. configure.ac | 2 ++
  9.  1 file changed, 2 insertions(+)
  10.  
  11. diff --git a/configure.ac b/configure.ac
  12. index e61ba80..24494a8 100644
  13. --- a/configure.ac
  14. +++ b/configure.ac
  15. @@ -15,6 +15,8 @@ AC_PROG_CXXCPP
  16.  AC_PROG_LIBTOOL
  17.  AC_LANG_CPLUSPLUS
  18.  
  19. +AX_CXX_COMPILE_STDCXX_11
  20. +
  21.  dnl
  22.  dnl buildinfo.h
  23.  dnl
  24. --
  25. 2.12.2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement