mirror of
https://github.com/kanjitalk755/macemu.git
synced 2025-02-21 02:29:06 +00:00
fix framework detection on OSX/intel (thanks toshi for the remote access ;-)
This commit is contained in:
parent
a398b4a32a
commit
2bc7887bc1
@ -430,7 +430,7 @@ AC_DEFUN([AC_CHECK_FRAMEWORK], [
|
|||||||
saved_LIBS="$LIBS"
|
saved_LIBS="$LIBS"
|
||||||
LIBS="$LIBS -framework $1"
|
LIBS="$LIBS -framework $1"
|
||||||
AC_TRY_LINK(
|
AC_TRY_LINK(
|
||||||
[$2], [int main(void) { return 0; }],
|
[$2], [],
|
||||||
[AS_VAR_SET(ac_Framework, yes)], [AS_VAR_SET(ac_Framework, no); LIBS="$saved_LIBS"]
|
[AS_VAR_SET(ac_Framework, yes)], [AS_VAR_SET(ac_Framework, no); LIBS="$saved_LIBS"]
|
||||||
)
|
)
|
||||||
])
|
])
|
||||||
|
Loading…
x
Reference in New Issue
Block a user