shithub: sox

Download patch

ref: 38caa497d80367ca1c34062d69211d22bbb551dd
parent: dec0729da7a1d518c468f91bf80aa8b671ba8670
author: cbagwell <cbagwell>
date: Sun Nov 23 16:41:49 EST 2008

Turning of libltdl support on windows for now since its not re-locatable.

--- a/configure.ac
+++ b/configure.ac
@@ -38,7 +38,7 @@
     dnl Force off using libltdl on targets that are know to have
     dnl problems.
     case $target in
-      *os2*)
+      *cygwin* | *mingw* | *os2*)
         using_libltdl=no
         ;;
     esac