Mercurial > hg > sonic-annotator
diff configure.ac @ 222:6153429ebf89
Update acinclude files to look for qt5-qmake as well as qmake-qt5
author | Chris Cannam |
---|---|
date | Sat, 30 Jan 2016 12:11:47 +0000 |
parents | 14db41423fc3 |
children | 382f33b7f00e |
line wrap: on
line diff
--- a/configure.ac Mon Nov 23 10:56:19 2015 +0000 +++ b/configure.ac Sat Jan 30 12:11:47 2016 +0000 @@ -25,6 +25,9 @@ AC_PROG_INSTALL AC_PROG_MKDIR_P +# We are daringly making use of C++11 now +AX_CXX_COMPILE_STDCXX_11(noext) + AC_HEADER_STDC # These are the flags Autoconf guesses for us; we use them later if