[svn] / trunk / xvidcore / build / generic / configure.in Repository:
ViewVC logotype

Diff of /trunk/xvidcore/build/generic/configure.in

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

revision 1944, Tue Jan 11 11:39:13 2011 UTC revision 1957, Fri Feb 25 13:10:18 2011 UTC
# Line 593  Line 593 
593  dnl ==========================================================================  dnl ==========================================================================
594    
595  AC_CHECK_HEADER(  AC_CHECK_HEADER(
596          pthread.h,          [pthread.h],
597          AC_CHECK_LIB(          [AC_CHECK_LIB(
598                  pthread,                  [pthread],
599                  pthread_create,                  [pthread_create],
600                  SPECIFIC_CFLAGS="$SPECIFIC_CFLAGS -DHAVE_PTHREAD"                  [SPECIFIC_CFLAGS="$SPECIFIC_CFLAGS -DHAVE_PTHREAD"
601                  SPECIFIC_LDFLAGS="$SPECIFIC_LDFLAGS -lpthread",                   SPECIFIC_LDFLAGS="$SPECIFIC_LDFLAGS -lpthread"],
602                  AC_MSG_WARN(Pthread not supported. No SMP support)),                  AC_MSG_WARN(Pthread not supported. No SMP support))],
603          AC_MSG_WARN(Pthread not supported. No SMP support))          AC_MSG_WARN(Pthread not supported. No SMP support))
604    
605  dnl ==========================================================================  dnl ==========================================================================

Legend:
Removed from v.1944  
changed lines
  Added in v.1957

No admin address has been configured
ViewVC Help
Powered by ViewVC 1.0.4