mirror of
https://github.com/falk-werner/webfused
synced 2026-03-02 04:09:19 +00:00
fix: fixed version of libconfig
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
#include <stdbool.h>
|
||||
|
||||
|
||||
#if ((LIBCONFIG_VER_MAJOR != 1) || (LIBCONFIG_VER_MINOR < 4))
|
||||
#if ((LIBCONFIG_VER_MAJOR != 1) || (LIBCONFIG_VER_MINOR < 5))
|
||||
#error "libconfig 1.5 or higher needed"
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user