[telepathy-python/master] Remove --config-cache from configure call in autogen.sh.

Jonny Lamb jonny.lamb at collabora.co.uk
Tue Aug 25 11:07:38 PDT 2009


Signed-off-by: Jonny Lamb <jonny.lamb at collabora.co.uk>
---
 autogen.sh |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/autogen.sh b/autogen.sh
index c26ae0e..1551199 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -45,7 +45,7 @@ for arg in $*; do
 done
 
 if $run_configure; then
-    $srcdir/configure --config-cache "$@"
+    $srcdir/configure "$@"
     echo
     echo "Now run 'make' to compile $PROJECT."
 fi
-- 
1.5.6.5




More information about the telepathy-commits mailing list