OS X: Remove CoreFoundation; use kqueue() directly.
This commit is contained in:
parent
50d9efdac9
commit
a1a3b576a0
12 changed files with 279 additions and 682 deletions
2
configure
vendored
2
configure
vendored
|
|
@ -4243,7 +4243,7 @@ fi
|
|||
|
||||
|
||||
oLDFLAGS="$LDFLAGS"
|
||||
LDFLAGS="$LDFLAGS -framework CoreFoundation -framework IOKit"
|
||||
LDFLAGS="$LDFLAGS -framework IOKit"
|
||||
for ac_func in IORegisterForSystemPower
|
||||
do :
|
||||
ac_fn_c_check_func "$LINENO" "IORegisterForSystemPower" "ac_cv_func_IORegisterForSystemPower"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue