mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-14 04:26:12 +00:00
Merge pull request #3290 from rubenk/configure-ac-fix-typo-in-error-message
configure.ac: fix a typo in an error message
This commit is contained in:
commit
08d2b7fce9
@ -522,7 +522,7 @@ AC_CHECK_LIB(json-c, json_object_get, LIBS="$LIBS -ljson-c", [], [-lm])
|
||||
if test "$ac_cv_lib_json_c_json_object_get" = no; then
|
||||
AC_CHECK_LIB(json, json_object_get, LIBS="$LIBS -ljson")
|
||||
if test "$ac_cv_lib_json_json_object_get" = no; then
|
||||
AC_MSG_ERROR([lib json is needed to compile])
|
||||
AC_MSG_ERROR([libjson is needed to compile])
|
||||
fi
|
||||
fi
|
||||
])
|
||||
|
Loading…
Reference in New Issue
Block a user