Mercurial > minori
comparison configure.ac @ 273:f31305b9f60a
*: various code safety changes
this also makes the code build on Qt 5.7. I can't test it though
because I don't have it working... FAIL!
| author | Paper <paper@paper.us.eu.org> |
|---|---|
| date | Thu, 18 Apr 2024 16:53:17 -0400 |
| parents | f01b6e9c8fa2 |
| children | 19eb6c4dca78 |
comparison
equal
deleted
inserted
replaced
| 272:5437009cb10e | 273:f31305b9f60a |
|---|---|
| 11 | 11 |
| 12 dnl need C compiler for utf8proc | 12 dnl need C compiler for utf8proc |
| 13 AC_PROG_CC | 13 AC_PROG_CC |
| 14 | 14 |
| 15 dnl Do we have a C++17 compiler | 15 dnl Do we have a C++17 compiler |
| 16 : ${CXXFLAGS=""} | |
| 16 AC_PROG_CXX | 17 AC_PROG_CXX |
| 17 AX_CXX_COMPILE_STDCXX([17], [noext], [mandatory]) | 18 AX_CXX_COMPILE_STDCXX([17], [noext], [mandatory]) |
| 18 | 19 |
| 19 dnl Init libtool | 20 dnl Init libtool |
| 20 AM_PROG_AR | 21 AM_PROG_AR |
