Dolda2000 GitWeb
/
doldaconnect.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
abdee8d
)
Fix bug in DOLDA_ENABLE.
author
Fredrik Tolf
<fredrik@dolda2000.com>
Tue, 14 Aug 2007 17:31:15 +0000
(19:31 +0200)
committer
Fredrik Tolf
<fredrik@dolda2000.com>
Tue, 14 Aug 2007 17:31:25 +0000
(19:31 +0200)
acinclude.m4
patch
|
blob
|
blame
|
history
diff --git
a/acinclude.m4
b/acinclude.m4
index
714a850
..
5589ce6
100644
(file)
--- a/
acinclude.m4
+++ b/
acinclude.m4
@@
-43,7
+43,7
@@
if test "[$enable_][$1]" = yes; then
AC_MSG_ERROR([*** cannot enable $1 without $var])
fi
done
-el
se
+el
if test -z "[$enable_][$1]"; then
ifelse([$3], yes, [dnl
[enable_][$1]=yes
for var in [$4]; do