diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2020-04-16 21:44:59 +0200 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2020-04-16 21:45:23 +0200 |
commit | 59e95c82ffee0de569efbf77e1206dc85ef34f9b (patch) | |
tree | b37048db3e4510cb46471e0bafd96581ff73d910 /config.make.in | |
parent | 4be8073ec65a518521ae19834567e73faab9b95b (diff) | |
download | hurd-59e95c82ffee0de569efbf77e1206dc85ef34f9b.tar.gz hurd-59e95c82ffee0de569efbf77e1206dc85ef34f9b.tar.bz2 hurd-59e95c82ffee0de569efbf77e1206dc85ef34f9b.zip |
Really enable building rumpdisk
* config.make.in (HAVE_LIBRUMP): Define.
Diffstat (limited to 'config.make.in')
-rw-r--r-- | config.make.in | 3 |
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@ |