Skip to content
Prev 3789 / 15075 Next

configure.in on Mac

On Jul 28, 2007, at 7:02 AM, cstrato wrote:

            
R_ARCH has nothing to do with a Mac anyway. Try something like
OS=`uname`
if test "${OS}" = Darwin; then
..
fi

However, I hope you know what you're doing - setting  
DYLD_LIBRARY_PATH is highly dangerous and often breaks the system, so  
the check should be rather the other way round ;). Usually, if you  
require it, then you're doing something wrong.. (or the author of the  
dependent library...).

Cheers,
Simon