comparison configure @ 18182:de01c9fbc1bc

Disable RTC on PowerPC.
author diego
date Sat, 22 Apr 2006 13:17:23 +0000
parents 6948bba0bfba
children aefee7b47602
comparison
equal deleted inserted replaced
18181:afaa492536f6 18182:de01c9fbc1bc
5332 #endif 5332 #endif
5333 int main(void) { return RTC_PIE_ON; } 5333 int main(void) { return RTC_PIE_ON; }
5334 EOF 5334 EOF
5335 _rtc=no 5335 _rtc=no
5336 cc_check && _rtc=yes 5336 cc_check && _rtc=yes
5337 ppc && _rtc=no
5337 fi 5338 fi
5338 if test "$_rtc" = yes ; then 5339 if test "$_rtc" = yes ; then
5339 _def_rtc='#define HAVE_RTC 1' 5340 _def_rtc='#define HAVE_RTC 1'
5340 else 5341 else
5341 _def_rtc='#undef HAVE_RTC' 5342 _def_rtc='#undef HAVE_RTC'