summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xconfigure4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index cde505fb..0b51c2b4 100755
--- a/configure
+++ b/configure
@@ -7,7 +7,7 @@
# See the main source file 'xineliboutput.c' for copyright information and
# how to reach the author.
#
-# * $Id: configure,v 1.41 2012-07-29 08:55:00 phintuka Exp $
+# * $Id: configure,v 1.42 2012-08-30 06:44:20 phintuka Exp $
#
PKG_CONFIG="pkg-config"
@@ -30,7 +30,7 @@ toupper(){
die(){
log "$@"
- exit -1
+ exit 1
}
log(){