projects
/
collectd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f9aaf83
)
Fix syntax error introduced by previous
author
Ruben Kerkhof
<ruben@rubenkerkhof.com>
Mon, 14 May 2018 21:37:22 +0000
(23:37 +0200)
committer
Ruben Kerkhof
<ruben@rubenkerkhof.com>
Mon, 14 May 2018 21:37:22 +0000
(23:37 +0200)
./configure: line 20320: syntax error near unexpected token `fi'
./configure: line 20320: `fi'
make: *** [Makefile:4418: config.status] Error 2
Oops, my bad.
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index
0443dbc
..
8ef9fc8
100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-767,7
+767,6
@@
AC_FUNC_STRERROR_R
SAVE_CFLAGS="$CFLAGS"
CFLAGS="-Wall -Werror"
-fi
AC_CACHE_CHECK([for strtok_r],
[c_cv_have_strtok_r_default],