From: helge Date: Thu, 21 Oct 2004 14:57:09 +0000 (+0000) Subject: configure NGStreams X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fe37b988fa484eba73949a158c54ece1f209a91d;p=sope configure NGStreams git-svn-id: http://svn.opengroupware.org/SOPE/trunk@296 e4a50df8-12e2-0310-a44c-efbce7f8a7e3 --- 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 }