summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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@