diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2015-05-04 10:56:07 +0200 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2015-05-04 10:56:07 +0200 |
commit | 957f67c0a5bf831ff743d03548e515ddc450e8cc (patch) | |
tree | 3a0a866230b06c047ac2e8b20e7fa06da2760e84 /configure.ac | |
parent | 0dffc41e834a83b2cce129945c2b8230d1fce994 (diff) | |
download | ODR-AudioEnc-957f67c0a5bf831ff743d03548e515ddc450e8cc.tar.gz ODR-AudioEnc-957f67c0a5bf831ff743d03548e515ddc450e8cc.tar.bz2 ODR-AudioEnc-957f67c0a5bf831ff743d03548e515ddc450e8cc.zip |
Switch autotools project to C++11
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index ee723fb..fa51d65 100644 --- a/configure.ac +++ b/configure.ac @@ -14,6 +14,8 @@ AC_PROG_CXX AC_PROG_LIBTOOL LT_INIT +AX_CXX_COMPILE_STDCXX_11(noext,mandatory) + AC_CHECK_LIB([m], [sin]) AC_SEARCH_LIBS([init_rs_char], [fec], [], [ |