From d7850af40cecebb2f56636b28877e04522f1b1bc Mon Sep 17 00:00:00 2001 From: Alex Valavanis Date: Tue, 26 Mar 2013 18:50:41 +0000 Subject: Fix check for X11 backend with Gtk+ 2 (bzr r12250) --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 52ae1a7fe..4fd8f39c9 100644 --- a/configure.ac +++ b/configure.ac @@ -680,7 +680,7 @@ else # Check whether we are using the X11 backend for Gtk+ 2. AC_MSG_CHECKING([if Gtk+ 2.0 is using the X11 backend target]) - if test `$PKG_CONFIG --variable=target gtk+-2.0`; then + if test "x`$PKG_CONFIG --variable=target gtk+-2.0`" = "xx11"; then have_x11=yes else have_x11=no -- cgit v1.2.3