shithub: sox

Download patch

ref: 8b53a74394793340a26e00dbde207b0d3028364e
parent: 15353655d37c5ef749375ac5717b971d676fe279
author: cbagwell <cbagwell>
date: Fri Jan 1 21:15:56 EST 2010

Use internal win3 ltdl on mingw since its there.

--- a/configure.ac
+++ b/configure.ac
@@ -45,7 +45,7 @@
 using_win32_ltdl="no"
 if test "$using_libltdl" != "no"; then
   case $target in
-    *doesntworkmingw*)
+    *mingw*)
     AC_DEFINE([HAVE_WIN32_LTDL_H], 1, [Define to 1 to use internal win32 ltdl])
     LIBLTDL=""
     using_win32_ltdl="yes"