Commit c2c59c3e760a62b0b3d2d0fb2bc49c644789c54a

Authored by ths
1 parent 01534fe9

Mac OS X build fix, by Andreas Faerber.


git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3898 c046a42c-6fe2-441c-8c8c-71466251a162
Showing 1 changed file with 1 additions and 0 deletions
configure
... ... @@ -151,6 +151,7 @@ darwin_user="yes"
151 151 cocoa="yes"
152 152 coreaudio="yes"
153 153 OS_CFLAGS="-mdynamic-no-pic"
  154 +OS_LDFLAGS="-framework CoreFoundation -framework IOKit"
154 155 ;;
155 156 SunOS)
156 157 solaris="yes"
... ...