changeset 18182:de01c9fbc1bc

Disable RTC on PowerPC.
author diego
date Sat, 22 Apr 2006 13:17:23 +0000
parents afaa492536f6
children ac03acb92d24
files configure
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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'