projects
/
qemu-gpiodev
/
libgpiod.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7d8d2e1
)
configure: fix variable assignment
author
Bartosz Golaszewski
<bartekgola@gmail.com>
Wed, 8 Feb 2017 11:02:11 +0000
(12:02 +0100)
committer
Bartosz Golaszewski
<bartekgola@gmail.com>
Wed, 8 Feb 2017 11:05:43 +0000
(12:05 +0100)
We must not use spaces in assignment.
Signed-off-by: Bartosz Golaszewski <bartekgola@gmail.com>
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index e60583a7a37e142c71e6513e260dd3fa1f8cd6d3..5b9192cfea48d8e5d09b875293b8db21ff8108a9 100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-64,7
+64,7
@@
AC_ARG_ENABLE([tools],
with_tools=false
fi
],
- [with_tools
=
false])
+ [with_tools
=
false])
AM_CONDITIONAL([WITH_TOOLS], [test x$with_tools = xtrue])
AC_DEFUN([FUNC_NOT_FOUND_TOOLS],