# HG changeset patch # User Ben Abbott # Date 1357757170 18000 # Node ID 80612fee1110c8ecb9f192f5f66b092ea96167cf # Parent 18d1bd2596bfac04f4f7a926281c4da13640f877 Fix typo from 18d1bd2596bf (LFLAGS -> LDFLAGS) diff --git a/configure.ac b/configure.ac --- a/configure.ac +++ b/configure.ac @@ -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.