build: Change name in configure.ac

This commit is contained in:
Hylke Bons 2013-10-10 17:37:18 +02:00
parent fffa7161c6
commit ee9efa0917

View file

@ -69,7 +69,7 @@ if test "$OSNAME" = "Linux" ; then
dnl check for webkitgtk-sharp
PKG_CHECK_MODULES(WEBKIT_SHARP, webkitgtk-sharp-3.0, have_webkit_sharp=yes, have_webkit_sharp=no)
if test "x$have_webkit_sharp" = "xno" ; then
AC_ERROR("webkit-sharp is a required dependency: you need to install the appropriate devel package before you can compile")
AC_ERROR("webkitgtk-sharp is a required dependency: you need to install the appropriate devel package before you can compile")
fi
AC_SUBST(WEBKIT_SHARP_LIBS)