diff options
author | Damien Zammit <damien@zamaudio.com> | 2021-12-28 16:51:14 +1100 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2021-12-28 10:32:47 +0100 |
commit | 4fbbf561a41be515a96b34afce1fd40fec9d3182 (patch) | |
tree | ea2ea3f2e325b0f38abb8c3aa1383457cc3450fc /config.make.in | |
parent | 570fa49449ad9e01f7087f725ee6e073220db237 (diff) | |
download | hurd-4fbbf561a41be515a96b34afce1fd40fec9d3182.tar.gz hurd-4fbbf561a41be515a96b34afce1fd40fec9d3182.tar.bz2 hurd-4fbbf561a41be515a96b34afce1fd40fec9d3182.zip |
rumpdisk: Link with rumpvfs_nofifofs if present
Message-Id: <20211228055114.173039-1-damien@zamaudio.com>
Diffstat (limited to 'config.make.in')
-rw-r--r-- | config.make.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config.make.in b/config.make.in index e4f856f2..7c113c37 100644 --- a/config.make.in +++ b/config.make.in @@ -108,6 +108,7 @@ HAVE_LIBLWIP = @HAVE_LIBLWIP@ # Whether we found librump. HAVE_LIBRUMP = @HAVE_LIBRUMP@ +HAVE_LIBRUMP_VFSNOFIFO = @HAVE_LIBRUMP_VFSNOFIFO@ # How to compile and link against liblwip. liblwip_CFLAGS = @liblwip_CFLAGS@ |