comparison configure.ac @ 33392:35901ae8a563

maint: Merge stable to default.
author Markus Mützel <markus.muetzel@gmx.de>
date Sat, 13 Apr 2024 12:14:21 +0200
parents 899b5fb309ee 0d1a3c2ad9c6
children 453132956401 31ced69982f1
comparison
equal deleted inserted replaced
33389:c714266d9f0d 33392:35901ae8a563
344 344
345 ### Determine C++ compiler capabilities. 345 ### Determine C++ compiler capabilities.
346 346
347 if test $ENABLE_STD_PMR_POLYMORPHIC_ALLOCATOR = yes; then 347 if test $ENABLE_STD_PMR_POLYMORPHIC_ALLOCATOR = yes; then
348 OCTAVE_CHECK_STD_PMR_POLYMORPHIC_ALLOCATOR 348 OCTAVE_CHECK_STD_PMR_POLYMORPHIC_ALLOCATOR
349 else
350 HAVE_STD_PMR_POLYMORPHIC_ALLOCATOR="no"
349 fi 351 fi
350 352
351 ### Determine which C compiler to use (we expect to find gcc or clang). 353 ### Determine which C compiler to use (we expect to find gcc or clang).
352 354
353 AC_PROG_CC 355 AC_PROG_CC
3360 Build shared libraries: $SHARED_LIBS 3362 Build shared libraries: $SHARED_LIBS
3361 Dynamic Linking API: $DL_API_MSG 3363 Dynamic Linking API: $DL_API_MSG
3362 Use library visibility flags: $ENABLE_LIB_VISIBILITY_FLAGS 3364 Use library visibility flags: $ENABLE_LIB_VISIBILITY_FLAGS
3363 64-bit array dims and indexing: $ENABLE_64 3365 64-bit array dims and indexing: $ENABLE_64
3364 64-bit BLAS array dims and indexing: $HAVE_64_BIT_BLAS 3366 64-bit BLAS array dims and indexing: $HAVE_64_BIT_BLAS
3365 Use std::pmr::polymorphic_allocator: $ENABLE_STD_PMR_POLYMORPHIC_ALLOCATOR 3367 Use std::pmr::polymorphic_allocator: $HAVE_STD_PMR_POLYMORPHIC_ALLOCATOR
3366 OpenMP SMP multithreading: $ENABLE_OPENMP 3368 OpenMP SMP multithreading: $ENABLE_OPENMP
3367 Include support for GNU readline: $USE_READLINE 3369 Include support for GNU readline: $USE_READLINE
3368 Use push parser in command line REPL: $ENABLE_COMMAND_LINE_PUSH_PARSER 3370 Use push parser in command line REPL: $ENABLE_COMMAND_LINE_PUSH_PARSER
3369 Build cross tools: $cross_tools 3371 Build cross tools: $cross_tools
3370 Build docs: $ENABLE_DOCS 3372 Build docs: $ENABLE_DOCS