projects
/
mmh
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e056446
)
Change configure.in to emit a warning when an argument is given to
author
Ken Hornstein
<kenh@cmf.nrl.navy.mil>
Thu, 2 Dec 2010 23:03:22 +0000
(18:03 -0500)
committer
Ken Hornstein
<kenh@cmf.nrl.navy.mil>
Thu, 2 Dec 2010 23:03:22 +0000
(18:03 -0500)
--with-cyrus-sasl.
configure.in
patch
|
blob
|
history
diff --git
a/configure.in
b/configure.in
index
8e8fb1c
..
2c47c90
100644
(file)
--- a/
configure.in
+++ b/
configure.in
@@
-107,6
+107,10
@@
AC_ARG_WITH(cyrus-sasl, AS_HELP_STRING([--with-cyrus-sasl],
if test x"$with_cyrus_sasl" != x -a x"$with_cyrus_sasl" != x"no"; then
AC_DEFINE(CYRUS_SASL, 1,
[Define to use the Cyrus SASL library for authentication of POP and SMTP.])dnl
+ if test x"$with_cyrus_sasl" != xyes; then
+ AC_MSG_WARN([Arguments to --with-cyrus-sasl now ignored])
+ AC_MSG_WARN([Please pass the appropriate arguments to CPPFLAGS/LDFLAGS])
+ fi
sasl_support=yes
else
sasl_support=no