--- conf/util/configure.orig 2002-01-15 19:21:25 UTC
+++ conf/util/configure
@@ -805,11 +805,7 @@ else
fi
-if test "$GCC" = yes; then
- DEPEND_PROG="gcc -MM"
-else
- DEPEND_PROG="cc -M"
-fi
+DEPEND_PROG="cc -MM"
if test -x /usr/ucb/install; then
INSTALL="/usr/ucb/install"