Skip to content

Title: --enable-conduits should default to yes #44

Description

@ThaGuMath

In configure.ac around line 209, AC_ARG_ENABLE is used with three
action clauses instead of two, causing enable_conduits to default
to "no" unless --enable-conduits is explicitly passed.

This means userland tools (pilot-xfer, pilot-dlpsh, etc.) are
silently not built by default, with no warning to the user.

Fix: either change the default to "yes", or add a clear warning
when conduits are disabled.

Tested on Debian 13, pilot-link 0.15.0 built from git.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions