Re-enable setting x_ variables to nothing at start of X checks. Not sure if
authorChristopher Michael <cpmichael1@comcast.net>
Mon, 5 Mar 2007 04:38:54 +0000 (04:38 +0000)
committerChristopher Michael <cpmichael1@comcast.net>
Mon, 5 Mar 2007 04:38:54 +0000 (04:38 +0000)
this was an accidental change or not, but it breaks things like pbuilder for
building pacakges.

SVN revision: 28563

legacy/ecore/configure.in

index a2342f0..9dbbd39 100644 (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)