Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable turning of kinkd and iked #6

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

jpuhlman
Copy link
Contributor

Make configuring kinkd and iked work again.

builddirs="$builddirs kinkd"
fi
AC_MSG_CHECKING(if --enable-iked option is specified)
AC_ARG_ENABLE(iked, [ --enable-iked build iked [yes]],
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks! Why are the two options formatted slightly differently, and why don't we add ac_configure_args to the iked part?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I wrote the first one, then I noticed the option that was previously removed would work just needed to use the same variable. I can reformat them the same if you would like.

Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, just make them look consistent either way you want, so people don't wonder why they look different.

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.

2 participants