summaryrefslogtreecommitdiff
path: root/cpp/etc/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/etc/Makefile.am')
-rw-r--r--cpp/etc/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/etc/Makefile.am b/cpp/etc/Makefile.am
index 8731641360..c91dbcbbad 100644
--- a/cpp/etc/Makefile.am
+++ b/cpp/etc/Makefile.am
@@ -52,7 +52,7 @@ sasldb_DATA = $(SASL_DB)
# these reasons we always want the broker to specify a realm where its
# users live, and we want the users to exist in that realm as well.
$(SASL_DB):
- echo guest | /usr/sbin/saslpasswd2 -c -p -f $(SASL_DB) -u QPID guest
+ echo guest | $(SASL_PASSWD) -c -p -f $(SASL_DB) -u QPID guest
CLEANFILES=$(SASL_DB)