diff options
author | Robin Alexander <colisee@hotmail.com> | 2025-09-08 11:58:00 +0200 |
---|---|---|
committer | Robin Alexander <colisee@hotmail.com> | 2025-09-08 11:58:00 +0200 |
commit | bc07168a8f61d9fecd2c0fd01e48a01c9f7fa814 (patch) | |
tree | fd11580d11c5726bd5077080ba9f1a204482d5f6 /configure.ac | |
parent | 0cc2ecb6f4650949e253ee864809d5482102740f (diff) | |
download | dabmod-bc07168a8f61d9fecd2c0fd01e48a01c9f7fa814.tar.gz dabmod-bc07168a8f61d9fecd2c0fd01e48a01c9f7fa814.tar.bz2 dabmod-bc07168a8f61d9fecd2c0fd01e48a01c9f7fa814.zip |
Stop using AX_CXX_COMPILE_STDCXX in configure.ac
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 46bbaf1..dd96a68 100644 --- a/configure.ac +++ b/configure.ac @@ -34,8 +34,6 @@ AC_PROG_CC AM_PROG_CC_C_O AC_PROG_INSTALL -AX_CXX_COMPILE_STDCXX(17,noext,mandatory) - EXTRA="" AC_ARG_ENABLE([prof], [AS_HELP_STRING([--enable-prof], [Enable profiling])], |