projects
/
mmh
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bfb94f0
)
All of the arguments to AC_ARG_ENABLE need to be quoted, otherwise the
author
Ken Hornstein
<kenh@pobox.com>
Thu, 16 Dec 2010 18:11:17 +0000
(13:11 -0500)
committer
Ken Hornstein
<kenh@pobox.com>
Thu, 16 Dec 2010 18:11:17 +0000
(13:11 -0500)
last action doesn't make it into the configure script.
configure.in
patch
|
blob
|
history
diff --git
a/configure.in
b/configure.in
index
d68f4f1
..
e93e173
100644
(file)
--- a/
configure.in
+++ b/
configure.in
@@
-53,8
+53,7
@@
AC_ARG_ENABLE(masquerade,
masquerade="draft_from mmailid username_extension"
else
masquerade="$enable_masquerade"
- fi],
- masquerade="draft_from mmailid username_extension")
+ fi], [masquerade="draft_from mmailid username_extension"])
AC_SUBST(masquerade)dnl
dnl Do you want mhe support?