--- builds/unix/detect.mk.orig	Sun Jan  9 21:12:51 2005
+++ builds/unix/detect.mk	Sun Jan  9 21:13:42 2005
@@ -78,10 +78,10 @@
   ifneq ($(have_mk),)
     # we are building FT2 not in the src tree
     $(BUILD_DIR)/unix-def.mk: $(TOP_DIR)/builds/unix/unix-def.in
-	    $(TOP_DIR)/builds/unix/configure $(CFG)
+#	    $(TOP_DIR)/builds/unix/configure $(CFG)
   else
     $(BUILD_DIR)/unix-def.mk: $(TOP_DIR)/builds/unix/unix-def.in
-	    cd builds/unix; ./configure $(CFG)
+#	    cd builds/unix; ./configure $(CFG)
   endif
 
 endif   # test PLATFORM unix
