Some shifting around of the DGUX hack so that it won't break on DEC Unix
where Make doesn't know that '#' as a command is a comment.
diff --git a/configure.in b/configure.in
index fb3f926..25f8c67 100644
--- a/configure.in
+++ b/configure.in
@@ -216,7 +216,7 @@
 else
   REALLIBRARY='libpython$(VERSION).so'
   OPT="$OPT -pic"
-  DGUX_IS_BROKEN="make $REALLIBRARY"
+  DGUX_IS_BROKEN="		make $REALLIBRARY"
 fi
 
 # check for ANSI or K&R ("traditional") preprocessor