Mercurial > hg > mxe-octave-anirudha
comparison src/octave-2-fixes.patch @ 3197:60483734915e
Removed checking of jvm.dll during configure of Octave
author | Anirudha Bose <ani07nov@gmail.com> |
---|---|
date | Thu, 01 Aug 2013 03:05:34 +0530 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
3196:ffe9429158e6 | 3197:60483734915e |
---|---|
1 diff -r bb713af2e1d9 configure.ac | |
2 --- a/configure.ac Tue Jul 30 00:49:37 2013 -0400 | |
3 +++ b/configure.ac Thu Aug 01 02:57:25 2013 +0530 | |
4 @@ -2441,9 +2441,6 @@ | |
5 darwin*) | |
6 jvmlib=libjvm.dylib | |
7 ;; | |
8 - mingw* | cygwin*) | |
9 - jvmlib=jvm.dll | |
10 - ;; | |
11 *) | |
12 jvmlib=libjvm.so | |
13 ;; |