]> err.no Git - sope/commitdiff
configure NGStreams
authorhelge <helge@e4a50df8-12e2-0310-a44c-efbce7f8a7e3>
Thu, 21 Oct 2004 14:57:09 +0000 (14:57 +0000)
committerhelge <helge@e4a50df8-12e2-0310-a44c-efbce7f8a7e3>
Thu, 21 Oct 2004 14:57:09 +0000 (14:57 +0000)
git-svn-id: http://svn.opengroupware.org/SOPE/trunk@296 e4a50df8-12e2-0310-a44c-efbce7f8a7e3

configure

index da814e3021890894deaf0a0762afeee5a5fc575f..097906b53e2f368e5b8f7110e3885516b7958664 100755 (executable)
--- 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
 }