scpi: properly check for HAVE_RPC (which is always defined)

This commit is contained in:
Aurelien Jacobs 2014-01-14 00:17:44 +01:00
parent d993d8d39d
commit 613c110849
1 changed files with 1 additions and 1 deletions

View File

@ -75,7 +75,7 @@ static const struct sr_scpi_dev_inst *scpi_devs[] = {
&scpi_tcp_raw_dev,
&scpi_tcp_rigol_dev,
&scpi_usbtmc_dev,
#ifdef HAVE_RPC
#if HAVE_RPC
&scpi_vxi_dev,
#endif
#ifdef HAVE_LIBSERIALPORT