Skip to content

Commit

Permalink
configure: added check for glib-genmarshal
Browse files Browse the repository at this point in the history
  • Loading branch information
jgeboski committed Aug 24, 2015
1 parent 7e38237 commit a899c24
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,12 @@ PKG_CHECK_MODULES([GLIB], [glib-2.0 >= 2.20.0 gobject-2.0])
PKG_CHECK_MODULES([JSON], [json-glib-1.0 >= 0.14.0])
PKG_CHECK_MODULES([PURPLE], [purple < 3])
PKG_CHECK_MODULES([ZLIB], [zlib])

PKG_CHECK_VAR([GLIB_GENMARSHAL], [glib-2.0], [glib_genmarshal])
AS_IF(
[test -z "$GLIB_GENMARSHAL"],
[AC_MSG_ERROR([The `glib-genmarshal' tool is missing.])]
)

AS_IF(
[test -z "$PURPLE_PLUGINDIR"],
Expand Down

0 comments on commit a899c24

Please sign in to comment.