shithub: aubio

Download patch

ref: c3395f3f0552e4e2d75f191bc168f842d24976e8
parent: 6c25201b985bcf6a667f2ec9027185ec09ccc82a
author: Paul Brossier <piem@piem.org>
date: Sun Aug 30 11:37:18 EDT 2009

Makefile.am: only compile java stuff if swig is installed

--- a/Makefile.am
+++ b/Makefile.am
@@ -7,9 +7,9 @@
 if PYTHONFOUND
 PYTHONDIR = python
 endif
-endif
 if JAVAFOUND
 JAVADIR = java
+endif
 endif