Remove unused conditionals

The conditionals that used those values were removed from
bindings/Makefile.am with commit b0408037 which replaced code
that installed the Perl bindings in different locations
depending on the OS with code that installed in all locations.
pull/1808/head
Daniele Forsi IU5HKX 2025-07-20 10:35:33 +02:00
rodzic d536f0ec93
commit f4ece0d207
1 zmienionych plików z 0 dodań i 5 usunięć

Wyświetl plik

@ -829,11 +829,6 @@ AS_IF([test x"${cf_with_usrp}" = "xyes"],[
AM_CONDITIONAL([HAVE_USRP], [test x"${cf_with_usrp}" = "xyes"])
AM_CONDITIONAL(BUILD_OS_IS_UBUNTU, [test x"$build_os" = ubuntu])
AM_CONDITIONAL(BUILD_OS_IS_FEDORA, [test x"$build_os" = fedora])
echo Build_OS is $build_os
## -------------------------------- ##
## Prepare rig backend dependencies ##