diff options
author | Fedja Beader <fedja@protonmail.ch> | 2025-04-06 00:17:00 +0000 |
---|---|---|
committer | Fedja Beader <fedja@protonmail.ch> | 2025-04-06 00:17:00 +0000 |
commit | 149b7407b7951d289f5c41e015f1321aabc324e0 (patch) | |
tree | 1613bf261ce8a70a55ccc1c6aa65a0a8b3823707 | |
parent | 2c91b9f37bb8394eab99cff1970265cb24b8cdf6 (diff) | |
download | plus-149b7407b7951d289f5c41e015f1321aabc324e0.tar.gz plus-149b7407b7951d289f5c41e015f1321aabc324e0.tar.bz2 plus-149b7407b7951d289f5c41e015f1321aabc324e0.tar.xz plus-149b7407b7951d289f5c41e015f1321aabc324e0.zip |
configure: report final CXXFLAGS
****
mana/plus!157
-rwxr-xr-x | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index dc041d8c9..1d25ae8e1 100755 --- a/configure.ac +++ b/configure.ac @@ -954,6 +954,7 @@ echo "Build with OpenGL: $with_opengl" echo echo "LIBS: $LIBS" echo "CPPFLAGS: $CPPFLAGS" +echo "CXXFLAGS: $CXXFLAGS" echo echo "configure complete, now type \"make\"" |