diff --git a/configure.ac b/configure.ac index bbdcd9eb7..a02752250 100644 --- a/configure.ac +++ b/configure.ac @@ -155,7 +155,7 @@ AC_PATH_PROG(mutter, [mutter]) AC_SUBST(mutter) AC_MSG_CHECKING([if mutter was compiled with GTK+-3.0]) -if $PKG_CONFIG --print-requires libmutter-private | grep gtk+-3 >/dev/null; then +if $PKG_CONFIG --libs libmutter-private | grep gtk-x11-3 >/dev/null; then AC_MSG_RESULT(yes) else AC_MSG_RESULT(no)