diff options
author | Max Kellermann <max@duempel.org> | 2012-07-30 07:26:19 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2012-08-01 09:59:12 +0200 |
commit | 2571accfc3bd98b4f8d0795b334e01bea640f0d4 (patch) | |
tree | b1a216d3cc99ea61f99421fa2a15ac92f18f4f5a /Makefile.am | |
parent | 0d2abdb5d97c0f2b6d0b76356e9ce12603bd7ac2 (diff) | |
download | mpd-2571accfc3bd98b4f8d0795b334e01bea640f0d4.tar.gz mpd-2571accfc3bd98b4f8d0795b334e01bea640f0d4.tar.xz mpd-2571accfc3bd98b4f8d0795b334e01bea640f0d4.zip |
configure.ac: require C++11 compiler
We'll add some C++11 code soon.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index 332b51d9e..35131a10b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1316,7 +1316,6 @@ test_test_queue_priority_SOURCES = \ test_test_queue_priority_LDADD = \ $(GLIB_LIBS) -if HAVE_CXX noinst_PROGRAMS += src/dsd2pcm/dsd2pcm src_dsd2pcm_dsd2pcm_SOURCES = \ @@ -1324,7 +1323,6 @@ src_dsd2pcm_dsd2pcm_SOURCES = \ src/dsd2pcm/noiseshape.c src/dsd2pcm/noiseshape.h \ src/dsd2pcm/main.cpp src_dsd2pcm_dsd2pcm_LDADD = libutil.a -endif endif |