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:
b1c2b58
)
efl: fix valgrind check.
author
Gustavo Sverzut Barbieri
<barbieri@gmail.com>
Mon, 31 Dec 2012 14:24:47 +0000
(14:24 +0000)
committer
Gustavo Sverzut Barbieri
<barbieri@gmail.com>
Mon, 31 Dec 2012 14:24:47 +0000
(14:24 +0000)
wrong variable name, thanks Doug Newgard for spotting it.
SVN revision: 81932
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index
c35e2e3
..
9313846
100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-759,7
+759,7
@@
EFL_ADD_LIBS([EINA], [-lm])
## Options
# Valgrind
-if test "
x${have_valgrind}" = "x
no"; then
+if test "
${want_valgrind}" = "
no"; then
AC_DEFINE([NVALGRIND], [1], [Valgrind support disabled])
else
PKG_CHECK_MODULES([VALGRIND], [valgrind >= 2.4.0])