/[svn]/linuxsampler/trunk/configure.ac
ViewVC logotype

Diff of /linuxsampler/trunk/configure.ac

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 2368 by persson, Sat Sep 8 17:33:03 2012 UTC revision 2369 by persson, Sat Sep 8 18:22:12 2012 UTC
# Line 126  have_unix98="no" Line 126  have_unix98="no"
126  )  )
127  AC_LANG_POP([C])  AC_LANG_POP([C])
128  AC_MSG_RESULT([$have_unix98])  AC_MSG_RESULT([$have_unix98])
129  if test "$have_unix98" = "no" -a "$have_windows" = "0"; then  if test "$have_unix98" = "no" -a "$have_windows" = "0" -a "$mac" = "no" ; then
130      if test "x$HAVE_UNIX98" = "x"; then      if test "x$HAVE_UNIX98" = "x"; then
131          echo "LinuxSampler only runs on UNIX98 compatible systems, which is mandatory for"          echo "LinuxSampler only runs on UNIX98 compatible systems, which is mandatory for"
132          echo "pthread_mutexattr_settype() call in Mutex.cpp. You may want to run"          echo "pthread_mutexattr_settype() call in Mutex.cpp. You may want to run"

Legend:
Removed from v.2368  
changed lines
  Added in v.2369

  ViewVC Help
Powered by ViewVC