diff options
author | ths <ths@c046a42c-6fe2-441c-8c8c-71466251a162> | 2008-01-08 00:00:20 +0000 |
---|---|---|
committer | ths <ths@c046a42c-6fe2-441c-8c8c-71466251a162> | 2008-01-08 00:00:20 +0000 |
commit | c2c59c3e760a62b0b3d2d0fb2bc49c644789c54a (patch) | |
tree | 5b34af55a6bdd09fb286524e07f574e7d55f47c8 /configure | |
parent | 01534fe901b16302e7abb9f279dece6853bbca08 (diff) | |
download | qemu-c2c59c3e760a62b0b3d2d0fb2bc49c644789c54a.zip |
Mac OS X build fix, by Andreas Faerber.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3898 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -151,6 +151,7 @@ darwin_user="yes" cocoa="yes" coreaudio="yes" OS_CFLAGS="-mdynamic-no-pic" +OS_LDFLAGS="-framework CoreFoundation -framework IOKit" ;; SunOS) solaris="yes" |