diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2020-04-21 09:32:22 +0200 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2020-04-21 09:32:22 +0200 |
commit | 2321b849f810f335ad238aa32d52cf30c52b017f (patch) | |
tree | 5033f7eca87cf3196c3c3fb7edbf73fa1beb7991 /configure.ac | |
parent | 54cfd81bb5d15cecc4869ef07a0022c050582113 (diff) | |
download | ODR-AudioEnc-2321b849f810f335ad238aa32d52cf30c52b017f.tar.gz ODR-AudioEnc-2321b849f810f335ad238aa32d52cf30c52b017f.tar.bz2 ODR-AudioEnc-2321b849f810f335ad238aa32d52cf30c52b017f.zip |
Replace AX_CXX_COMPILE_STDCXX_11 by AX_CXX_COMPILE_STDCXX
This is because the latter is actually a dependency of the former
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 17963a3..4e83fd3 100644 --- a/configure.ac +++ b/configure.ac @@ -14,7 +14,7 @@ AC_PROG_CXX AC_PROG_LIBTOOL LT_INIT -AX_CXX_COMPILE_STDCXX_11(noext,mandatory) +AX_CXX_COMPILE_STDCXX(11,noext,mandatory) # std::thread requires pthread AX_PTHREAD( [ |