summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure1
1 files changed, 1 insertions, 0 deletions
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'