mirror of
https://github.com/mdbtools/mdbtools.git
synced 2026-01-02 12:27:09 +08:00
New --disable-glib configure option
This option uses the fake GLib shim even when GLib is present on the system.
This commit is contained in:
@@ -9,7 +9,7 @@ mdb_sql_SOURCES = mdb-sql.c
|
||||
mdb_ver_SOURCES = mdb-ver.c
|
||||
mdb_import_SOURCES = mdb-import.c
|
||||
updrow_SOURCES = updrow.c
|
||||
if !HAVE_GLIB
|
||||
if FAKE_GLIB
|
||||
mdb_export_SOURCES += ../libmdb/fakeglib.c
|
||||
mdb_schema_SOURCES += ../libmdb/fakeglib.c
|
||||
mdb_tables_SOURCES += ../libmdb/fakeglib.c
|
||||
|
||||
Reference in New Issue
Block a user