From: Christopher Michael Date: Mon, 5 Mar 2007 04:38:54 +0000 (+0000) Subject: Re-enable setting x_ variables to nothing at start of X checks. Not sure if X-Git-Tag: submit/devel/efl/20131022.203902~18841 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=977462196e727d020a6ca9090c49826d17fcebd6;p=platform%2Fupstream%2Fefl.git Re-enable setting x_ variables to nothing at start of X checks. Not sure if this was an accidental change or not, but it breaks things like pbuilder for building pacakges. SVN revision: 28563 --- diff --git a/legacy/ecore/configure.in b/legacy/ecore/configure.in index a2342f0..9dbbd39 100644 --- a/legacy/ecore/configure.in +++ b/legacy/ecore/configure.in @@ -161,10 +161,10 @@ have_ecore_x="no"; ecore_x_cflags=""; ecore_x_libs=""; -#x_dir=""; -#x_includes=""; -#x_cflags=""; -#x_libs=""; +x_dir=""; +x_includes=""; +x_cflags=""; +x_libs=""; if test "x$have_ecore_txt" = "xyes"; then AC_MSG_CHECKING(whether ecore_x module is to be built)