From c1106107d2b3ecbf1bf27b413c446e15c355ebf3 Mon Sep 17 00:00:00 2001
From: Marcel Loose <loose@astron.nl>
Date: Thu, 12 Feb 2009 08:49:52 +0000
Subject: [PATCH] Bug 835: Fixed bug that caused AM_CONDITIONAL(HAVE_PVSS) to
 never be set

---
 autoconf_share/lofar_pvss.m4 | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/autoconf_share/lofar_pvss.m4 b/autoconf_share/lofar_pvss.m4
index 4d68466b424..9d12e0a516a 100644
--- a/autoconf_share/lofar_pvss.m4
+++ b/autoconf_share/lofar_pvss.m4
@@ -96,6 +96,8 @@ if test "$with_pvss" != "no"; then
     CXXFLAGS="$CXXFLAGS $PVSS_CXXFLAGS"
     LDFLAGS="$LDFLAGS $PVSS_LDFLAGS"
     LIBS="$LIBS $PVSS_LIBS"
+
+    enable_pvss=yes
 ]
 dnl
     AC_SUBST(CPPFLAGS)dnl
-- 
GitLab