changeset 15919:80612fee1110

Fix typo from 18d1bd2596bf (LFLAGS -> LDFLAGS)
author Ben Abbott <bpabbott@mac.com>
date Wed, 09 Jan 2013 13:46:10 -0500
parents 18d1bd2596bf
children b91fc9348e2e
files configure.ac
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/configure.ac	Wed Jan 09 10:17:58 2013 -0500
+++ b/configure.ac	Wed Jan 09 13:46:10 2013 -0500
@@ -2417,7 +2417,7 @@
   case $host_os in
     darwin*)
       ## Sneak the -framework flag into mkoctfile via LDFLAGS
-      LFLAGS="$LDFLAGS -framework JavaVM"
+      LDFLAGS="$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.