Skip to content

Commit

Permalink
build-sys: Minor error message typo fix for glib
Browse files Browse the repository at this point in the history
Signed-off-by: Eiichi Tsukata <eiichi.tsukata@nutanix.com>
  • Loading branch information
Etsukata authored and stefanberger committed Sep 29, 2021
1 parent 0b9c2a0 commit 4e1ce73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ AC_SUBST([GLIB_CFLAGS])

GLIB_LIBS=$(pkg-config --libs glib-2.0)
if test $? -ne 0; then
AC_MSG_ERROR("Is libglib-2.0-dev/glib2-devel installed? -- could not get cflags")
AC_MSG_ERROR("Is libglib-2.0-dev/glib2-devel installed? -- could not get libs")
fi
AC_SUBST([GLIB_LIBS])

Expand Down

0 comments on commit 4e1ce73

Please sign in to comment.