simplify the configure.ac using PKG_CONFIG to detect qdbm correctly.
[apps/madmutt.git] / globals.h
index e8d498f..8e690b8 100644 (file)
--- a/globals.h
+++ b/globals.h
@@ -72,7 +72,7 @@ WHERE char *Maildir;
 
 #ifdef USE_HCACHE
 WHERE char *HeaderCache;
-#if HAVE_GDBM || HAVE_DB4
+#if defined(HAVE_GDBM) || defined(HAVE_DB4)
 WHERE char *HeaderCachePageSize;
 #endif /* HAVE_GDBM || HAVE_DB4 */
 #endif /* USE_HCACHE */