summaryrefslogtreecommitdiff
path: root/daemon.am
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2012-12-12 15:32:35 +0100
committerLudovic Courtès <ludo@gnu.org>2012-12-12 15:32:35 +0100
commita9128eac414e56882a12571e4856873a19ff6ec3 (patch)
treee12bc338d77c78fff998953dd0d7f1cf27f22e18 /daemon.am
parent4d152bf1d9ff894119e913e6506632348107cf65 (diff)
daemon: Use `openssl' from $PATH.
* daemon.am (-DOPENSSL_PATH): Default to "openssl". * TODO: Mention removal of OpenSSL dependency.
Diffstat (limited to 'daemon.am')
-rw-r--r--daemon.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/daemon.am b/daemon.am
index b2c0e649eb..aa75c6ed29 100644
--- a/daemon.am
+++ b/daemon.am
@@ -114,7 +114,7 @@ libstore_a_CPPFLAGS = \
-DNIX_CONF_DIR=\"$(sysconfdir)/nix\" \
-DNIX_LIBEXEC_DIR=\"$(libexecdir)\" \
-DNIX_BIN_DIR=\"$(bindir)\" \
- -DOPENSSL_PATH="\"FIXME--no OpenSSL support\""
+ -DOPENSSL_PATH="\"openssl\""
libstore_a_CFLAGS = \
$(SQLITE3_CFLAGS) $(LIBGCRYPT_CFLAGS)