projects
/
platform
/
upstream
/
efl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
11e483c
)
Re-enable setting x_ variables to nothing at start of X checks. Not sure if
author
Christopher Michael
<cpmichael1@comcast.net>
Mon, 5 Mar 2007 04:38:54 +0000
(
04:38
+0000)
committer
Christopher 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
patch
|
blob
|
history
diff --git
a/legacy/ecore/configure.in
b/legacy/ecore/configure.in
index
a2342f0
..
9dbbd39
100644
(file)
--- 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)