1
0
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:
Falk Werner
2020-11-11 22:24:03 +01:00
parent dfd2cd4bc0
commit ce2f70f230
2 changed files with 2 additions and 2 deletions

View File

@@ -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