mirror of
https://github.com/Hamlib/Hamlib
synced 2026-08-13 17:32:05 -04:00
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:
parent
d536f0ec93
commit
f4ece0d207
1 changed files with 0 additions and 5 deletions
|
|
@ -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 ##
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue