From: L A Walsh <lkml@tlinx.org>
To: util-linux@vger.kernel.org
Subject: configure output seems confusing in util-linux-2.32
Date: Tue, 01 May 2018 17:39:03 -0700 [thread overview]
Message-ID: <5AE908A7.2010900@tlinx.org> (raw)
Looked at configure help, saw:
Optional packages:
...
--with-systemd build with support for systemd
to me, this means systemd is optional and may be
included using a 'with'.
Conversely, one could use:
--without-systemd
which, in this configure, should have no effect (default
is 'without'), right?
I included the --without-systemd flag (as a future protection
should the default change), but configure's output
had: (relative numbers added for ref):
1. checking for syscall sched_getaffinity... SYS_sched_getaffinity
2. checking for syscall sched_setattr... SYS_sched_setattr
3. Package systemd was not found in the pkg-config search path.
4. Perhaps you should add the directory containing `systemd.pc'
5. to the PKG_CONFIG_PATH environment variable
6. No package 'systemd' found
7. checking that generated files are newer than configure... done
Lines 3-6 suggest that I should add support for systemd so it
can be built. Why does it even test for systemd when I
specified '--without-systemd'?
FWIW, configure finished but I haven't tried to build it yet.
next reply other threads:[~2018-05-02 1:01 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-05-02 0:39 L A Walsh [this message]
2018-05-02 2:53 ` configure output seems confusing in util-linux-2.32 Bruce Dubbs
2018-05-02 3:33 ` L A Walsh
2018-05-03 8:27 ` Karel Zak
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=5AE908A7.2010900@tlinx.org \
--to=lkml@tlinx.org \
--cc=util-linux@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.