configure

changeset 1226
f38d354623be
parent 1029
0b3b2b650bd7
equal deleted inserted replaced
1225:973b587334c2 1226:f38d354623be
582 do 582 do
583 if notisplatform "macos"; then 583 if notisplatform "macos"; then
584 break 584 break
585 fi 585 fi
586 TEMP_CFLAGS="$TEMP_CFLAGS -DUI_COCOA" 586 TEMP_CFLAGS="$TEMP_CFLAGS -DUI_COCOA"
587 TEMP_LDFLAGS="$TEMP_LDFLAGS -lobjc -framework Cocoa" 587 TEMP_LDFLAGS="$TEMP_LDFLAGS -lobjc -framework Cocoa -framework WebKit"
588 print_check_msg "$dep_checked_cocoa" "yes\n" 588 print_check_msg "$dep_checked_cocoa" "yes\n"
589 dep_checked_cocoa=1 589 dep_checked_cocoa=1
590 return 1 590 return 1
591 done 591 done
592 592

mercurial