Changeset 3581 for trunk/configure.ac
- Timestamp:
- Jan 19, 2017, 2:46:51 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/configure.ac
r3562 r3581 86 86 m4_ifdef([AM_PROG_AR], [AM_PROG_AR]) 87 87 AC_PROG_CXX 88 89 AC_ARG_WITH([cxx11], 90 [AS_HELP_STRING([--without-cxx11], 91 [build with no disable C++11 support])], 92 [], 93 [with_cxx11=yes]) 94 95 # if CXX11 is wanted look for rvalue support 96 yat_have_rvalue=no 97 AS_VAR_IF([with_cxx11], [no], [], [ 98 YAT_CXX_RVALUE([yat_have_rvalue=yes 99 AC_DEFINE([YAT_HAVE_RVALUE], [1], 100 [Define if compiler support rvalues])]) 101 ]) 102 88 103 AC_PROG_SED 89 104 AC_PROG_LIBTOOL … … 639 654 Build Documentation: $doxygen_message 640 655 With Bam Support: $with_htslib 656 With Rvalue Support: $yat_have_rvalue 641 657 642 658 Options used to compile and link:
Note: See TracChangeset
for help on using the changeset viewer.