diff options
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.in b/configure.in index f44dc2b..efd40d3 100644 --- a/configure.in +++ b/configure.in @@ -1264,6 +1264,8 @@ if test -n "$SRB"; then AC_DEFINE([HAVE_SRB], [1], [Define if the SRB is defined]) fi +AM_CONDITIONAL([BUILD_SRB_CONDITIONAL], [test -n "$SRB"]) + dnl ---------------------------------------------------------------------- dnl Is LLNL's PDB present? If so then we'll compile the PDB-to-HDF5 dnl translator. |