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

Configuring with EDI input - strange warning message #36

Closed
andimik opened this issue Sep 9, 2019 · 1 comment
Closed

Configuring with EDI input - strange warning message #36

andimik opened this issue Sep 9, 2019 · 1 comment

Comments

@andimik
Copy link
Contributor

andimik commented Sep 9, 2019

Using latest next branch.

When I configure it without parameter, EDI seems to be disabled:

$ ./configure --disable-output-uhd

  Features
  Enabled:  zeromq soapysdr
  Disabled:  edi prof trace output_uhd easydabv3

So I have changed to

$ ./configure --disable-output-uhd --enable-edi

then EDI seems to be configured, but the warning message is strange.

configure: WARNING: unrecognized options: --enable-edi

***********************************************

  Features
  Enabled:  edi zeromq soapysdr
  Disabled:  prof trace output_uhd easydabv3

@mpbraendli
Copy link
Member

Hi, thanks for the report.
The problem is actually only the printout during the configure phase. EDI is now always enabled.
Should be fixed now in ca09923

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

No branches or pull requests

2 participants