# HG changeset patch # User Anirudha Bose # Date 1375306534 -19800 # Node ID 60483734915ee3e008b7e15818d412b40c7198e5 # Parent ffe9429158e60820dff90ca65924bc0ba8b88669 Removed checking of jvm.dll during configure of Octave diff --git a/src/octave-2-fixes.patch b/src/octave-2-fixes.patch new file mode 100644 --- /dev/null +++ b/src/octave-2-fixes.patch @@ -0,0 +1,13 @@ +diff -r bb713af2e1d9 configure.ac +--- a/configure.ac Tue Jul 30 00:49:37 2013 -0400 ++++ b/configure.ac Thu Aug 01 02:57:25 2013 +0530 +@@ -2441,9 +2441,6 @@ + darwin*) + jvmlib=libjvm.dylib + ;; +- mingw* | cygwin*) +- jvmlib=jvm.dll +- ;; + *) + jvmlib=libjvm.so + ;;