fix finger cross-over

git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1491 7ae35d74-ebe9-4afe-98af-79ac388436b8
Hamlib-1.2.0
Stéphane Fillod, F8CFE 2003-06-22 20:43:20 +00:00
rodzic 08bb4b3909
commit eb414fed5e
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -290,7 +290,7 @@ case "$host_os" in
# TODO: support parallel port interface on other systems too
if test "${ac_cv_header_linux_ppdev_h}" = "yes"; then
ROT_BACKEND_LIST="$ROT_BACKEND_LIST fodtrack"
RIG_BACKEND_LIST="$RIG_BACKEND_LIST flexradio"
BACKEND_LIST="$BACKEND_LIST flexradio"
fi
;;
*)