diff --git a/ChangeLog b/ChangeLog
index a6e1804df2c26a512119098d0e4203f31cc49867..63339a5de6f806778cb8d10b2da8fb11f7742646 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2004-11-24  Niels Möller  <niels@s3.kth.se>
+
+	* configure.ac: Fixed typo, preventing the creation of dependency
+	files. 
+
 2004-11-23  Niels Möller  <nisse@lysator.liu.se>
 
 	* Makefile.in: Use DEP_INCLUDE.
diff --git a/configure.ac b/configure.ac
index da9bdf6efe494d716841e0458fef413dcd76869a..0a304e9a40f006ed6b19662532ad7b8e00a2eb7d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -86,7 +86,7 @@ AC_PROG_INSTALL
 
 LSH_DEPENDENCY_TRACKING
 
-if test x$dependency_tracking = xyes ; then
+if test x$enable_dependency_tracking = xyes ; then
   # Since the makefiles use include to get the dependency files, we must
   # make sure that the files exist. We generate some more files than are
   # actually needed.