/[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 274 by schoenebeck, Tue Jul 13 22:54:25 2004 UTC revision 275 by schoenebeck, Sat Oct 9 15:40:35 2004 UTC
# Line 8  AC_SUBST(target_cpu) Line 8  AC_SUBST(target_cpu)
8  AC_SUBST(target_os)  AC_SUBST(target_os)
9  AC_SUBST(target_vendor)  AC_SUBST(target_vendor)
10    
11    
12    # TODO: Check for UNIX98 compatibility (needed for pthread_mutexattr_settype() call in Mutex.cpp)
13    #       checking macro _XOPEN_SOURCE >= 500 from features.h recommended for this
14    
15    
16  echo -n "checking whether x86 architecture... "  echo -n "checking whether x86 architecture... "
17  def_arch_x86=0  def_arch_x86=0
18  case $target_cpu in  case $target_cpu in

Legend:
Removed from v.274  
changed lines
  Added in v.275

  ViewVC Help
Powered by ViewVC