From 1d8757fb7d60399a49af57fe2809b786df82fb67 Mon Sep 17 00:00:00 2001 From: diego Date: Sat, 22 Apr 2006 13:17:23 +0000 Subject: Disable RTC on PowerPC. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18183 b3059339-0415-0410-9bf9-f77b7e298cf2 --- configure | 1 + 1 file changed, 1 insertion(+) (limited to 'configure') diff --git a/configure b/configure index d012309d4a..d3c161a7d0 100755 --- a/configure +++ b/configure @@ -5334,6 +5334,7 @@ int main(void) { return RTC_PIE_ON; } EOF _rtc=no cc_check && _rtc=yes + ppc && _rtc=no fi if test "$_rtc" = yes ; then _def_rtc='#define HAVE_RTC 1' -- cgit v1.2.3