diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2015-04-07 22:45:54 +0200 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2015-04-07 22:45:54 +0200 |
commit | accdfad612a368542f2d833d0e3d30dc9541b955 (patch) | |
tree | aeffdb9da817d54d14d277e31c506a6cbd9d1178 /configure.ac | |
parent | af1bc23a677ce8924d65faacf222201d31dab910 (diff) | |
download | dabmod-accdfad612a368542f2d833d0e3d30dc9541b955.tar.gz dabmod-accdfad612a368542f2d833d0e3d30dc9541b955.tar.bz2 dabmod-accdfad612a368542f2d833d0e3d30dc9541b955.zip |
Fix configure help entry for UHD
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 a73ee39..9a88fd9 100644 --- a/configure.ac +++ b/configure.ac @@ -77,7 +77,7 @@ AC_ARG_ENABLE([zeromq], # UHD support control AC_ARG_ENABLE([output_uhd], - [AS_HELP_STRING([--enable-output-uhd], [Enable UHD output])], + [AS_HELP_STRING([--disable-output-uhd], [Disable UHD output])], [], [enable_output_uhd=yes]) AS_IF([test "x$enable_kiss" = "xno"], |