changeset 15918:18d1bd2596bf

Sneak the MacOS X "-framework JavaVM" into mkoctfile via LDFLAGS
author Ben Abbott <bpabbott@mac.com>
date Wed, 09 Jan 2013 10:17:58 -0500
parents 4f3a587cf168
children 80612fee1110
files configure.ac
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/configure.ac	Tue Jan 08 17:16:02 2013 -0500
+++ b/configure.ac	Wed Jan 09 10:17:58 2013 -0500
@@ -2416,8 +2416,8 @@
   ## Java and JVM found.  Set up flags.
   case $host_os in
     darwin*)
-      ## Sneak the -framework flag into mkoctfile via LFLAGS
-      LFLAGS="$LFLAGS -framework JavaVM"
+      ## Sneak the -framework flag into mkoctfile via LDFLAGS
+      LFLAGS="$LDFLAGS -framework JavaVM"
       ## According to: http://developer.apple.com/unix/crossplatform.html
       ## one must explicitly set the include path.
       ## Unfortunately, the include path keeps moving around.