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

Diff of /linuxsampler/trunk/configure.in

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

revision 1741 by schoenebeck, Wed May 28 03:44:46 2008 UTC revision 1742 by schoenebeck, Wed May 28 04:00:48 2008 UTC
# Line 162  else Line 162  else
162      echo "NPTL glibc bug check disabled"      echo "NPTL glibc bug check disabled"
163  fi  fi
164    
165    # FIXME: this is actually a dependency of libgig, not of LS directly, why
166    # isn't it hidden by libgig?
167    AC_CHECK_HEADERS(uuid/uuid.h)
168    AC_SEARCH_LIBS(uuid_generate, uuid)
169    
170    
171    
172  ###########################################################################  ###########################################################################
# Line 559  fi Line 564  fi
564    
565  AC_ARG_ENABLE(pthread-testcancel,  AC_ARG_ENABLE(pthread-testcancel,
566    [  --enable-pthread-testcancel    [  --enable-pthread-testcancel
567                            Enable pthread_testcancel() calls and avoid asynchronous                            Enable pthread_testcancel() calls and avoid asynchronous
568                            cancel of pthreads (default=no).],                            cancel of pthreads (default=no).],
569    [config_pthread_testcancel="$enableval"],    [config_pthread_testcancel="$enableval"],
570    [config_pthread_testcancel="no"]    [config_pthread_testcancel="no"]

Legend:
Removed from v.1741  
changed lines
  Added in v.1742

  ViewVC Help
Powered by ViewVC