--- linuxsampler/trunk/configure.ac 2012/09/08 17:33:03 2368 +++ linuxsampler/trunk/configure.ac 2012/09/22 18:28:38 2372 @@ -3,7 +3,7 @@ m4_define(linuxsampler_release_major, 1) m4_define(linuxsampler_release_minor, 0) -m4_define(linuxsampler_release_build, 0.svn18) +m4_define(linuxsampler_release_build, 0.svn19) AC_INIT([linuxsampler],[linuxsampler_release_major.linuxsampler_release_minor.linuxsampler_release_build]) @@ -126,7 +126,7 @@ ) AC_LANG_POP([C]) AC_MSG_RESULT([$have_unix98]) -if test "$have_unix98" = "no" -a "$have_windows" = "0"; then +if test "$have_unix98" = "no" -a "$have_windows" = "0" -a "$mac" = "no" ; then if test "x$HAVE_UNIX98" = "x"; then echo "LinuxSampler only runs on UNIX98 compatible systems, which is mandatory for" echo "pthread_mutexattr_settype() call in Mutex.cpp. You may want to run"