diff 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
line wrap: on
line diff
--- a/configure.ac	Thu Apr 18 16:51:35 2024 -0400
+++ b/configure.ac	Thu Apr 18 16:53:17 2024 -0400
@@ -13,6 +13,7 @@
 AC_PROG_CC
 
 dnl Do we have a C++17 compiler
+: ${CXXFLAGS=""}
 AC_PROG_CXX
 AX_CXX_COMPILE_STDCXX([17], [noext], [mandatory])