Commit c8a09ea6 authored by Felix Paul Kühne's avatar Felix Paul Kühne

* disable Screen Capturing on OSX until it is fixed because it blocks all...

* disable Screen Capturing on OSX until it is fixed because it blocks all builds on most 10.4 setups (refs #1399)
parent b1786e77
......@@ -217,6 +217,10 @@ case "${host_os}" in
with_macosx_sdk="yes"
echo " Assuming --with-macosx-sdk"
enable_screen="no"
echo " Attention: Screen Capturing is not available"
echo " Assuming --disable-screen"
fi
if test ".`uname -p`" = ".i386"; then
dnl Due to a ld(64) bug in 10.5 we cannot use our mmx code
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment