All of the arguments to AC_ARG_ENABLE need to be quoted, otherwise the
authorKen Hornstein <kenh@pobox.com>
Thu, 16 Dec 2010 18:11:17 +0000 (13:11 -0500)
committerKen 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

index d68f4f1..e93e173 100644 (file)
@@ -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?