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.
This commit is contained in:
Daniele Forsi IU5HKX 2025-07-20 10:35:33 +02:00
parent d536f0ec93
commit f4ece0d207

View file

@ -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 ##