comparison configure.ac @ 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 1fbeccd44271
comparison
equal deleted inserted replaced
15918:18d1bd2596bf 15919:80612fee1110
2415 2415
2416 ## Java and JVM found. Set up flags. 2416 ## Java and JVM found. Set up flags.
2417 case $host_os in 2417 case $host_os in
2418 darwin*) 2418 darwin*)
2419 ## Sneak the -framework flag into mkoctfile via LDFLAGS 2419 ## Sneak the -framework flag into mkoctfile via LDFLAGS
2420 LFLAGS="$LDFLAGS -framework JavaVM" 2420 LDFLAGS="$LDFLAGS -framework JavaVM"
2421 ## According to: http://developer.apple.com/unix/crossplatform.html 2421 ## According to: http://developer.apple.com/unix/crossplatform.html
2422 ## one must explicitly set the include path. 2422 ## one must explicitly set the include path.
2423 ## Unfortunately, the include path keeps moving around. 2423 ## Unfortunately, the include path keeps moving around.
2424 if test -n "$JAVA_CPPFLAGS"; then 2424 if test -n "$JAVA_CPPFLAGS"; then
2425 JAVA_CPPFLAGS="-I${JAVA_CPPFLAGS}" 2425 JAVA_CPPFLAGS="-I${JAVA_CPPFLAGS}"