Skip to content
Snippets Groups Projects
Commit f0e0e2cc authored by Tristan Matthews's avatar Tristan Matthews
Browse files

* #9749: gnome-client does not require check to build

parent 6b26f2de
No related branches found
No related tags found
No related merge requests found
......@@ -40,7 +40,8 @@ PKG_CHECK_MODULES(X11, x11)
PKG_CHECK_MODULES(JAVASCRIPT_CORE_GTK, javascriptcoregtk-3.0, ,
AC_MSG_RESULT(javascriptcoregtk not installed))
PKG_CHECK_MODULES([CHECK], [check >= 0.9.4])
PKG_CHECK_MODULES([CHECK], [check >= 0.9.4],,
AC_MSG_RESULT([check not installed]))
AC_CONFIG_FILES([
Makefile
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment