# HG changeset patch # User diego # Date 1145711843 0 # Node ID de01c9fbc1bc5716833c56007fb1266274c93af9 # Parent afaa492536f6fae3a8a556203ccf3bad633d7ce8 Disable RTC on PowerPC. diff -r afaa492536f6 -r de01c9fbc1bc configure --- a/configure Sat Apr 22 13:05:01 2006 +0000 +++ b/configure Sat Apr 22 13:17:23 2006 +0000 @@ -5334,6 +5334,7 @@ EOF _rtc=no cc_check && _rtc=yes + ppc && _rtc=no fi if test "$_rtc" = yes ; then _def_rtc='#define HAVE_RTC 1'