~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Monty Taylor
  • Date: 2009-04-15 22:28:16 UTC
  • mto: (997.2.5 mordred)
  • mto: This revision was merged to the branch mainline in revision 994.
  • Revision ID: mordred@inaugust.com-20090415222816-j93yvbt23wh0g92c
Removed unused FAST_MUTEX stuff.

Show diffs side-by-side

added added

removed removed

Lines of Context:
757
757
AC_SUBST(LIBDL_LIBS)
758
758
 
759
759
 
760
 
AC_ARG_WITH([fast-mutexes],
761
 
    [AS_HELP_STRING([--with-fast-mutexes],
762
 
            [Compile with fast mutexes  @<:@default=off@:>@])],
763
 
    [with_fast_mutexes=$withval],
764
 
    [with_fast_mutexes=no])
765
 
 
766
 
if test "$with_fast_mutexes" != "no"
767
 
then
768
 
        AC_DEFINE([MY_PTHREAD_FASTMUTEX], [1], 
769
 
                        [Define to 1 if you want to use fast mutexes])
770
 
fi
771
 
 
772
 
AM_CONDITIONAL(BUILD_FAST_MUTEX,[test "$with_fast_mutexes" != "no"])
773
 
 
774
760
AC_ARG_WITH([atomic-ops],
775
761
    [AS_HELP_STRING([--with-atomic-ops=rwlocks|smp|up],
776
762
       [Implement atomic operations using pthread rwlocks or atomic CPU