Changeset 3593
- Timestamp:
- Jan 20, 2017, 7:31:37 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/configure.ac
r3591 r3593 87 87 AC_PROG_CXX 88 88 89 AC_ARG_ WITH([cxx11],90 [AS_HELP_STRING([--without-cxx11],91 [build with no disable C++11 support])],89 AC_ARG_ENABLE([cxx11], 90 [AS_HELP_STRING([--enable-cxx11], 91 [build with C++11 support (if available)])], 92 92 [], 93 [ with_cxx11=yes])93 [enable_cxx11=no]) 94 94 95 95 # if CXX11 is wanted look for rvalue support 96 96 yat_have_rvalue=no 97 97 yat_have_atomic=no 98 AS_VAR_IF([ with_cxx11], [no], [], [98 AS_VAR_IF([enable_cxx11], [yes], [ 99 99 YAT_CXX_RVALUE([yat_have_rvalue=yes 100 100 AC_DEFINE([YAT_HAVE_RVALUE], [1],
Note: See TracChangeset
for help on using the changeset viewer.