mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-29 07:42:04 +00:00
make it so that if it can't actually find the talkback lib, it fails.
previously, if it didn't fail properly
This commit is contained in:
parent
e943cafaea
commit
5e81c03cc3
@ -786,7 +786,8 @@ AC_TRY_LINK(
|
||||
FC_Initialize();
|
||||
exit(0);
|
||||
}
|
||||
, [FULLCIRCLE_LIB="-ltalkback $FULLCIRCLE_LIB" result="yes"],
|
||||
,[FULLCIRCLE_LIB="-ltalkback $FULLCIRCLE_LIB" result="yes"],
|
||||
[MISSING_FULLCIRCLE=1 result="no"],
|
||||
[MISSING_FULLCIRCLE=1 result="no"] )
|
||||
AC_MSG_RESULT("$result")
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user