summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2020-04-16 21:44:59 +0200
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2020-04-16 21:45:23 +0200
commit59e95c82ffee0de569efbf77e1206dc85ef34f9b (patch)
treeb37048db3e4510cb46471e0bafd96581ff73d910
parent4be8073ec65a518521ae19834567e73faab9b95b (diff)
Really enable building rumpdisk
* config.make.in (HAVE_LIBRUMP): Define.
-rw-r--r--config.make.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/config.make.in b/config.make.in
index efcbed4e..3b7af5e2 100644
--- a/config.make.in
+++ b/config.make.in
@@ -105,6 +105,9 @@ HAVE_LIBGCRYPT = @HAVE_LIBGCRYPT@
# Whether we found liblwip.
HAVE_LIBLWIP = @HAVE_LIBLWIP@
+# Whether we found librump.
+HAVE_LIBRUMP = @HAVE_LIBRUMP@
+
# How to compile and link against liblwip.
liblwip_CFLAGS = @liblwip_CFLAGS@
liblwip_LIBS = @liblwip_LIBS@