From 7a46da8f3c3bb0f1d103a32250b96f98b2646657 Mon Sep 17 00:00:00 2001
From: Marcel Loose <loose@astron.nl>
Date: Tue, 21 Nov 2006 15:31:07 +0000
Subject: [PATCH] BugID: 826

Added --with-aps=$(prefix) to DISTCHECK_CONFIGURE_FLAGS
---
 LCS/ACC/PLC/Makefile.am | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/LCS/ACC/PLC/Makefile.am b/LCS/ACC/PLC/Makefile.am
index 22e5398e8f8..d44d654898d 100644
--- a/LCS/ACC/PLC/Makefile.am
+++ b/LCS/ACC/PLC/Makefile.am
@@ -3,7 +3,8 @@ SUBDIRS=src include
 DISTCHECK_CONFIGURE_FLAGS=\
       --with-common=$(prefix) \
       --with-blob=$(prefix) \
-      --with-transport=$(prefix) 
+      --with-transport=$(prefix) \
+      --with-aps=$(prefix)
 
 EXTRA_DIST = \
       Makefile.common \
-- 
GitLab