build: Remove GDK_BACKEND variable in configure.ac

It isn't used anymore, and GTK+ can now be compiled with several
backends.
This commit is contained in:
Bertrand Lorentz 2012-10-14 16:20:47 +02:00
parent 5934e35e2d
commit 496992cb25

View file

@ -191,9 +191,6 @@ PKG_CHECK_MODULES(GTK, gtk+-3.0 >= $GTK_REQUIRED_VERSION)
AC_SUBST(GTK_CFLAGS) AC_SUBST(GTK_CFLAGS)
AC_SUBST(GTK_LIBS) AC_SUBST(GTK_LIBS)
GDK_BACKEND=`pkg-config --variable=target gtk+-3.0`
AC_SUBST(GDK_BACKEND)
AC_PATH_PROG(MDOC, mdoc, no) AC_PATH_PROG(MDOC, mdoc, no)
if test "x$MDOC" = "xno"; then if test "x$MDOC" = "xno"; then
enable_monodoc=no enable_monodoc=no