linker error with LW_ABP corrected

git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1076 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
This commit is contained in:
michael
2010-01-03 14:53:21 +00:00
parent 0bf54016ab
commit da4098a3eb
2 changed files with 16 additions and 14 deletions

29
configure vendored
View File

@@ -6786,6 +6786,7 @@ fi
if test "$LW_ABP" = "yes"; then
TEXT="yes"
SERIAL="yes"
KEYPAD="yes"
DRIVERS="$DRIVERS drv_LW_ABP.o"
$as_echo "#define WITH_LW_ABP 1" >>confdefs.h
@@ -12477,13 +12478,13 @@ if test "${lt_cv_nm_interface+set}" = set; then :
else
lt_cv_nm_interface="BSD nm"
echo "int some_variable = 0;" > conftest.$ac_ext
(eval echo "\"\$as_me:12480: $ac_compile\"" >&5)
(eval echo "\"\$as_me:12481: $ac_compile\"" >&5)
(eval "$ac_compile" 2>conftest.err)
cat conftest.err >&5
(eval echo "\"\$as_me:12483: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
(eval echo "\"\$as_me:12484: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
(eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out)
cat conftest.err >&5
(eval echo "\"\$as_me:12486: output\"" >&5)
(eval echo "\"\$as_me:12487: output\"" >&5)
cat conftest.out >&5
if $GREP 'External.*some_variable' conftest.out > /dev/null; then
lt_cv_nm_interface="MS dumpbin"
@@ -13677,7 +13678,7 @@ ia64-*-hpux*)
;;
*-*-irix6*)
# Find out which ABI we are using.
echo '#line 13680 "configure"' > conftest.$ac_ext
echo '#line 13681 "configure"' > conftest.$ac_ext
if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
(eval $ac_compile) 2>&5
ac_status=$?
@@ -14935,11 +14936,11 @@ else
-e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
-e 's:$: $lt_compiler_flag:'`
(eval echo "\"\$as_me:14938: $lt_compile\"" >&5)
(eval echo "\"\$as_me:14939: $lt_compile\"" >&5)
(eval "$lt_compile" 2>conftest.err)
ac_status=$?
cat conftest.err >&5
echo "$as_me:14942: \$? = $ac_status" >&5
echo "$as_me:14943: \$? = $ac_status" >&5
if (exit $ac_status) && test -s "$ac_outfile"; then
# The compiler can only warn and ignore the option if not recognized
# So say no if there are warnings other than the usual output.
@@ -15274,11 +15275,11 @@ else
-e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
-e 's:$: $lt_compiler_flag:'`
(eval echo "\"\$as_me:15277: $lt_compile\"" >&5)
(eval echo "\"\$as_me:15278: $lt_compile\"" >&5)
(eval "$lt_compile" 2>conftest.err)
ac_status=$?
cat conftest.err >&5
echo "$as_me:15281: \$? = $ac_status" >&5
echo "$as_me:15282: \$? = $ac_status" >&5
if (exit $ac_status) && test -s "$ac_outfile"; then
# The compiler can only warn and ignore the option if not recognized
# So say no if there are warnings other than the usual output.
@@ -15379,11 +15380,11 @@ else
-e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
-e 's:$: $lt_compiler_flag:'`
(eval echo "\"\$as_me:15382: $lt_compile\"" >&5)
(eval echo "\"\$as_me:15383: $lt_compile\"" >&5)
(eval "$lt_compile" 2>out/conftest.err)
ac_status=$?
cat out/conftest.err >&5
echo "$as_me:15386: \$? = $ac_status" >&5
echo "$as_me:15387: \$? = $ac_status" >&5
if (exit $ac_status) && test -s out/conftest2.$ac_objext
then
# The compiler can only warn and ignore the option if not recognized
@@ -15434,11 +15435,11 @@ else
-e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
-e 's:$: $lt_compiler_flag:'`
(eval echo "\"\$as_me:15437: $lt_compile\"" >&5)
(eval echo "\"\$as_me:15438: $lt_compile\"" >&5)
(eval "$lt_compile" 2>out/conftest.err)
ac_status=$?
cat out/conftest.err >&5
echo "$as_me:15441: \$? = $ac_status" >&5
echo "$as_me:15442: \$? = $ac_status" >&5
if (exit $ac_status) && test -s out/conftest2.$ac_objext
then
# The compiler can only warn and ignore the option if not recognized
@@ -17818,7 +17819,7 @@ else
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
lt_status=$lt_dlunknown
cat > conftest.$ac_ext <<_LT_EOF
#line 17821 "configure"
#line 17822 "configure"
#include "confdefs.h"
#if HAVE_DLFCN_H
@@ -17914,7 +17915,7 @@ else
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
lt_status=$lt_dlunknown
cat > conftest.$ac_ext <<_LT_EOF
#line 17917 "configure"
#line 17918 "configure"
#include "confdefs.h"
#if HAVE_DLFCN_H

View File

@@ -460,6 +460,7 @@ fi
if test "$LW_ABP" = "yes"; then
TEXT="yes"
SERIAL="yes"
KEYPAD="yes"
DRIVERS="$DRIVERS drv_LW_ABP.o"
AC_DEFINE(WITH_LW_ABP,1,[LW ABP driver])
fi