diff options
| author | Andrew Stitcher <astitcher@apache.org> | 2010-04-26 12:50:22 +0000 |
|---|---|---|
| committer | Andrew Stitcher <astitcher@apache.org> | 2010-04-26 12:50:22 +0000 |
| commit | 67c5accb682e347436f2db76fa007119569ae9be (patch) | |
| tree | a745f8d65e9c18dbc4f4de3f299b034533caddcc /cpp/etc | |
| parent | b6dde23b3644ee2a375aea58291e88c31e536a28 (diff) | |
| download | qpid-python-67c5accb682e347436f2db76fa007119569ae9be.tar.gz | |
QPID-1811: Look for saslpasswd2 at configure time instead of hardcoding
its location (autotools build only as cmake build doesn't currently build
a custom sasl passwd file)
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@938026 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/etc')
| -rw-r--r-- | cpp/etc/Makefile.am | 2 |
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) |
