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
This commit is contained in:
Christopher Michael 2007-03-05 04:38:54 +00:00
parent 11e483cc0b
commit 977462196e
1 changed files with 4 additions and 4 deletions

View File

@ -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)