forked from Mirror/frr
configure.ac: fix a typo in an error message
Signed-off-by: Ruben Kerkhof <ruben@rubenkerkhof.com>
This commit is contained in:
parent
591328ffc6
commit
1f104f57ee
|
@ -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 a new issue