From 0bc3319af07ab77386200a748a60dfa71f0356c7 Mon Sep 17 00:00:00 2001 From: doursse Date: Sun, 12 Mar 2006 00:08:58 +0000 Subject: [PATCH] missing x SVN revision: 21197 --- legacy/evas/configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/legacy/evas/configure.in b/legacy/evas/configure.in index 9f90ce2cb3..1ceccb1c7a 100644 --- a/legacy/evas/configure.in +++ b/legacy/evas/configure.in @@ -182,7 +182,7 @@ if test "x$have_evas_software_x11" = "xyes"; then ] ) fi -AM_CONDITIONAL(BUILD_ENGINE_SOFTWARE_X11, test "x$have_evas_software_x11" = "yes") +AM_CONDITIONAL(BUILD_ENGINE_SOFTWARE_X11, test "x$have_evas_software_x11" = "xyes") ####################################### ## Check if we should build the software_xcb engine