1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-11-11 01:42:22 +03:00

Change the name of the autoconf-generated configuration file from "config.h"

to "sqlite_cfg.h" to work around a bug in a dependency checker, reported
in [https://twitter.com/josecastillo/status/1577136108097314816|a tweet from Jose Castillo].

FossilOrigin-Name: 897e187cad981126fc5f6ea8e382e937825af10b0c9589b0a23b9fbaa4ca58b8
This commit is contained in:
drh
2022-10-04 10:35:10 +00:00
parent 16292a5e52
commit a4b2f41938
9 changed files with 41 additions and 30 deletions

View File

@@ -208,7 +208,7 @@
** autoconf-based build
*/
#if defined(_HAVE_SQLITE_CONFIG_H) && !defined(SQLITECONFIG_H)
#include "config.h"
#include "sqlite_cfg.h"
#define SQLITECONFIG_H 1
#endif