Skip to content

Fix './configure --without-system-libsafec' mistakenly enabling syste…#115

Open
deviance wants to merge 1 commit intocisco:mainfrom
deviance:bugfix/wo-system-libsafec
Open

Fix './configure --without-system-libsafec' mistakenly enabling syste…#115
deviance wants to merge 1 commit intocisco:mainfrom
deviance:bugfix/wo-system-libsafec

Conversation

@deviance
Copy link

…m-installed libsafec

The third argument to AC_ARG_WITH() is "action-if-given" [0]. That means that, when
calling ./configure --without-system-libsafec, the current code enables the option
instead of disabling it.

Just provide an empty argument to keep the proper value.

[0] https://www.gnu.org/savannah-checkouts/gnu/autoconf/manual/autoconf-2.69/autoconf.html#Package-Options

…m-installed libsafec

The third argument to AC_ARG_WITH() is "action-if-given" [0]. That means that, when
calling ./configure --without-system-libsafec, the current code enables the option
instead of disabling it.

Just provide an empty argument to keep the proper value.

[0] https://www.gnu.org/savannah-checkouts/gnu/autoconf/manual/autoconf-2.69/autoconf.html#Package-Options
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant