Hintsdb: fix build config phase for sqlite
authorJeremy Harris <jgh146exb@wizmail.org>
Sun, 9 Jun 2024 15:08:38 +0000 (16:08 +0100)
committerJeremy Harris <jgh146exb@wizmail.org>
Sun, 9 Jun 2024 15:08:38 +0000 (16:08 +0100)
src/src/buildconfig.c

index 8f53671a0fb684fd95b4bbf1b1479b010cc3b5d4..bfd267929814f8990b4c47d4187b6ef42eef0169 100644 (file)
@@ -53,7 +53,7 @@ typedef struct {
   char *data;
 } save_item;
 
   char *data;
 } save_item;
 
-static const char *db_opts[] = { "", "USE_DB", "USE_GDBM", "USE_TDB", "USE_NDBM" };
+static const char *db_opts[] = { "", "USE_DB", "USE_GDBM", "USE_TDB", "USE_NDBM", "USE_SQLITE" };
 
 static int have_ipv6 = 0;
 static int have_iconv = 0;
 
 static int have_ipv6 = 0;
 static int have_iconv = 0;
@@ -266,7 +266,7 @@ while (fgets(buffer, sizeof(buffer), base) != NULL)
         {
         if (use_which_db_in_local_makefile)
           {
         {
         if (use_which_db_in_local_makefile)
           {
-          printf("*** Only one of USE_DB, USE_GDBM, or USE_TDB should be "
+          printf("*** Only one of USE_DB, USE_GDBM, USE_SQLITE or USE_TDB should be "
             "defined in Local/Makefile\n");
           exit(1);
           }
             "defined in Local/Makefile\n");
           exit(1);
           }