[blam] autogen.sh: set DIE=0 initially



commit 3ad552e168b1f2c05a013cccfa3f182f0f0cb38e
Author: Carlos Martín Nieto <cmn dwim me>
Date:   Fri Jun 14 14:00:59 2013 +0200

    autogen.sh: set DIE=0 initially
    
    A typo had made us set IE=0. This fixes the other side of
    487f217366e4.

 autogen.sh |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/autogen.sh b/autogen.sh
index ebe4cc5..d16b6fe 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -61,7 +61,7 @@ TEST_TYPE=-f
 FILE=src/Application.cs
 CONFIGURE=configure.ac
 
-IE=0
+DIE=0
 
 # if GNOME2_DIR set, modify ACLOCAL_FLAGS ...
 if [ -n "$GNOME2_DIR" ]; then


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]