@@ -868,8 +868,6 @@ int main() {
868
868
[ AC_CHECK_FUNC ( [ mach_absolute_time] , [ qthread_timer_type=mach] ) ] )
869
869
AS_IF ( [ test "x$qthread_timer_type" = "xgettimeofday"] ,
870
870
[ AC_CHECK_FUNC ( [ gethrtime] , [ qthread_timer_type=gethrtime] ) ] )
871
- AS_IF ( [ test "x$qthread_timer_type" = "xgettimeofday"] ,
872
- [ QTHREAD_CHECK_ALTIX_TIMER([ qthread_timer_type=altix] )] )
873
871
AS_IF ( [ test "x$qthread_timer_type" = "xgettimeofday"] ,
874
872
[ AC_SEARCH_LIBS ( [ clock_gettime] ,[ rt] ,
875
873
[ qthread_timer_type=clock_gettime
@@ -966,7 +964,6 @@ AM_CONDITIONAL([QTHREAD_NEED_OWN_MAKECONTEXT], [test "x$qthread_makecontext_type
966
964
AM_CONDITIONAL([ QTHREAD_TIMER_TYPE_GETTIME] , [ test "x$qthread_timer_type" = "xclock_gettime"] )
967
965
AM_CONDITIONAL([ QTHREAD_TIMER_TYPE_MACH] , [ test "x$qthread_timer_type" = "xmach"] )
968
966
AM_CONDITIONAL([ QTHREAD_TIMER_TYPE_GETHRTIME] , [ test "x$qthread_timer_type" = "xgethrtime"] )
969
- AM_CONDITIONAL([ QTHREAD_TIMER_TYPE_ALTIX] , [ test "x$qthread_timer_type" = "xaltix"] )
970
967
AM_CONDITIONAL([ QTHREAD_TIMER_TYPE_GETTIMEOFDAY] , [ test "x$qthread_timer_type" = "xgettimeofday"] )
971
968
AM_CONDITIONAL([ COMPILE_COMPAT_ATOMIC] , [ test "x$compile_compat_atomic" = "xyes"] )
972
969
AM_CONDITIONAL([ COMPILE_SPAWNCACHE] , [ test "x$enable_spawn_cache" = "xyes"] )
0 commit comments