]> granicus.if.org Git - nethack/commitdiff
add VERSION_IN_DLB_FILENAME to makedefs detection
authornhmall <nhmall@nethack.org>
Sun, 12 May 2019 19:14:31 +0000 (15:14 -0400)
committernhmall <nhmall@nethack.org>
Sun, 12 May 2019 19:14:31 +0000 (15:14 -0400)
util/makedefs.c

index b85fe3dcad3f72dd01faf8741c70b65465e635af..744ace15103334cffd21084314f1e77c24cc5849 100644 (file)
@@ -1535,7 +1535,11 @@ static const char *build_opts[] = {
     "ZLIB data file compression",
 #endif
 #ifdef DLB
+#ifndef VERSION_IN_DLB_FILENAME
     "data librarian",
+#else
+    "data librarian with a version-dependent name",
+#endif
 #endif
 #ifdef DUMPLOG
     "end-of-game dumplogs",