diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2019-09-13 19:06:03 +0200 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2019-09-13 19:06:03 +0200 |
commit | ca099236f3e6e027ecc25d1bf447572264b567ed (patch) | |
tree | d75d7f79a839850959f1f5a241118a4973a6f1f4 /configure.ac | |
parent | 4336f2bdfc36372f33a51bebbebc1f751a78cf53 (diff) | |
download | dabmod-ca099236f3e6e027ecc25d1bf447572264b567ed.tar.gz dabmod-ca099236f3e6e027ecc25d1bf447572264b567ed.tar.bz2 dabmod-ca099236f3e6e027ecc25d1bf447572264b567ed.zip |
Remove edi from configure feature list
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 7e05620..08cc214 100644 --- a/configure.ac +++ b/configure.ac @@ -192,7 +192,7 @@ echo "***********************************************" echo enabled="" disabled="" -for feat in edi prof trace output_uhd zeromq soapysdr easydabv3 +for feat in prof trace output_uhd zeromq soapysdr easydabv3 do eval var=\$enable_$feat AS_IF([test "x$var" = "xyes"], |