Index: configure.in
===================================================================
--- configure.in	(revision 14596)
+++ configure.in	(working copy)
@@ -667,25 +667,8 @@
         if test "$CCACHE" != "yes"; then
             AC_MSG_ERROR([ccache not found, but set in --with-gcc-speedup])
         else
-            ENABLE_CCACHE="yes"
-            if test "z$with_ooo_builddir" = "z"; then
-                OOBUILDDIR=$BUILDDIR/current
-            fi
-            if test -d "$OOBUILDDIR" ; then
-                if test -f "$OOBUILDDIR/.tag" ; then
-                    save_tag=`cat "$OOBUILDDIR/.tag"`
-                    if test "$save_tag" != "$CVSTAG" ; then
-                        while test -d "$BUILDDIR/$save_tag" ; do
-                            save_tag="$save_tag."
-                        done
-                        mv "$OOBUILDDIR" "$BUILDDIR/$save_tag"
-                    fi
-                else
-                    AC_MSG_ERROR([Building with ccache, but unable to backup the previous version.
-Please move $OOBUILDDIR away...])
-                fi
-            fi
-        fi
+            ENABLE_CCACHE="yes" 
+       fi
     elif test "$enable_speedup" = "icecream"; then
         ENABLE_ICECREAM="yes"
     fi

