GraphicsMagick: configure.ac: Report in the configure summary if...
GraphicsMagick Commits <[email protected]> Wed, 29 Nov 2023 08:17:49 -0600
| Newsgroups | gmane.comp.video.graphicsmagick.cvs |
|---|---|
| Message-ID | <mailman.7460.1701267478.7940.graphicsmagick-commit@lists.sourceforge.net> |
changeset 0824f4691e84 in /hg/GraphicsMagick details: http://hg.GraphicsMagick.org/hg/GraphicsMagick?cmd=changeset;node=0824f4691e84 summary: configure.ac: Report in the configure summary if OpenMP is supported, as well as the OpenMP link library selected. diffstat: ChangeLog | 3 +++ configure | 1 + configure.ac | 1 + www/Changelog.html | 2 ++ 4 files changed, 7 insertions(+), 0 deletions(-) diffs (46 lines): diff -r d013dd7972f9 -r 0824f4691e84 ChangeLog --- a/ChangeLog Wed Nov 29 07:29:27 2023 -0600 +++ b/ChangeLog Wed Nov 29 08:17:43 2023 -0600 @@ -1,5 +1,8 @@ 2023-11-29 Bob Friesenhahn <[email protected]> + * configure.ac: Report in the configure summary if OpenMP is + supported, as well as the OpenMP link library selected. + * coders/heif.c (ReadHEIFImage): heif_init() expects an argument. * configure.ac: Fix typo when testing for _OPENMP which caused the diff -r d013dd7972f9 -r 0824f4691e84 configure --- a/configure Wed Nov 29 07:29:27 2023 -0600 +++ b/configure Wed Nov 29 08:17:43 2023 -0600 @@ -34972,6 +34972,7 @@ printf "GNU ld --with-gnu-ld=$with_gnu_ld \t\t$lt_cv_prog_gnu_ld\n" printf "Quantum depth --with-quantum-depth=$with_quantum_depth\t$with_quantum_depth\n" printf "Modules --with-modules=$with_modules \t\t$build_modules\n" +printf "OpenMP --enable-openmp=$enable_openmp\t\t${OPENMP_ENABLED} ${LIB_OMP}\n" printf "\n" printf "Delegate Configuration:\n" printf "BZLIB --with-bzlib=$with_bzlib \t$have_bzlib\n" diff -r d013dd7972f9 -r 0824f4691e84 configure.ac --- a/configure.ac Wed Nov 29 07:29:27 2023 -0600 +++ b/configure.ac Wed Nov 29 08:17:43 2023 -0600 @@ -4198,6 +4198,7 @@ printf "GNU ld --with-gnu-ld=$with_gnu_ld \t\t$lt_cv_prog_gnu_ld\n" printf "Quantum depth --with-quantum-depth=$with_quantum_depth\t$with_quantum_depth\n" printf "Modules --with-modules=$with_modules \t\t$build_modules\n" +printf "OpenMP --enable-openmp=$enable_openmp\t\t${OPENMP_ENABLED} ${LIB_OMP}\n" printf "\n" printf "Delegate Configuration:\n" printf "BZLIB --with-bzlib=$with_bzlib \t$have_bzlib\n" diff -r d013dd7972f9 -r 0824f4691e84 www/Changelog.html --- a/www/Changelog.html Wed Nov 29 07:29:27 2023 -0600 +++ b/www/Changelog.html Wed Nov 29 08:17:43 2023 -0600 @@ -40,6 +40,8 @@ <p>2023-11-29 Bob Friesenhahn <<a class="reference external" href="mailto:bfriesen%40simple.dallas.tx.us">bfriesen<span>@</span>simple<span>.</span>dallas<span>.</span>tx<span>.</span>us</a>></p> <blockquote> <ul class="simple"> +<li><p>configure.ac: Report in the configure summary if OpenMP is +supported, as well as the OpenMP link library selected.</p></li> <li><p>coders/heif.c (ReadHEIFImage): heif_init() expects an argument.</p></li> <li><p>configure.ac: Fix typo when testing for _OPENMP which caused the test to always pass. Remove forced LIB_MATH=-lm.</p></li>