From fe37b988fa484eba73949a158c54ece1f209a91d Mon Sep 17 00:00:00 2001 From: helge Date: Thu, 21 Oct 2004 14:57:09 +0000 Subject: [PATCH] configure NGStreams git-svn-id: http://svn.opengroupware.org/SOPE/trunk@296 e4a50df8-12e2-0310-a44c-efbce7f8a7e3 --- configure | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/configure b/configure index da814e30..097906b5 100755 --- a/configure +++ b/configure @@ -253,6 +253,14 @@ function runIt() { fi else genConfigMake; + + if test -f sope-core/NGStreams/configure; then + if test $ARG_BEQUIET != 1; then + echo -n "configuring NGStreams library .." + ./sope-core/NGStreams/configure >config-NGStreams.log + echo ".. done (log in config-NGStreams.log)." + fi + fi fi } -- 2.39.5