shithub: sox

Download patch

ref: d588a49f7fce9f72099b40a4c1eac0351a501269
parent: 2a93b6ca695b0a2dffe77fbfc61f85a6d79244c2
author: Ulrich Klauer <ulrich@chirlu.de>
date: Sat Apr 7 17:49:15 EDT 2012

Report again whether OpenMP is configured in

--- a/configure.ac
+++ b/configure.ac
@@ -687,6 +687,11 @@
 echo "ladspa effects.............$using_ladspa"
 echo "magic support..............$using_magic"
 echo "png support................$using_png"
+if test "x$OPENMP_CFLAGS" = "x"; then
+echo "OpenMP support.............no"
+else
+echo "OpenMP support.............yes, $OPENMP_CFLAGS"
+fi
 echo
 echo "Configure finished.  Do 'make -s && make install' to compile and install SoX."
 echo