Description: Remove check for invalid characters in the build path since we have fixed
 kBuild to handle those pathes starting from version 1:0.1.98svn2318-7.
Author: Felix Geyer <debfx-pkg@fobos.de>

diff -Nur virtualbox-ose-3.1.53-dfsg.orig/configure virtualbox-ose-3.1.53-dfsg/configure
--- virtualbox-ose-3.1.53-dfsg.orig/configure	2010-05-13 19:56:04.000000000 +0200
+++ virtualbox-ose-3.1.53-dfsg/configure	2010-05-17 13:07:47.848976527 +0200
@@ -161,11 +161,6 @@
 # the restricting tool is ar (mri mode).
 INVALID_CHARS="[^A-Za-z0-9/\\$:._-]"
 
-if (cd `dirname $0`; pwd)|grep -q "$INVALID_CHARS"; then
-  echo "Error: VBox base path contains invalid characters!"
-  exit 1
-fi
-
 # darwin /bin/sh has a builtin echo that doesn't grok -n. gotta love it.
 if [ "$OS" = "darwin" ]; then
   ECHO_N="/bin/echo -n"
