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:
parent
5934e35e2d
commit
496992cb25
1 changed files with 0 additions and 3 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue