summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorphintuka <phintuka>2012-08-30 06:44:20 +0000
committerphintuka <phintuka>2012-08-30 06:44:20 +0000
commitd32026b4e5df2382fc84722fb7c4719c463d8f19 (patch)
tree19ab8b98f19ddd5159fa9d1624fc43d5bf67aa0f
parent2952537c69ce6f58ffae760ed164d644d106974e (diff)
downloadxineliboutput-d32026b4e5df2382fc84722fb7c4719c463d8f19.tar.gz
xineliboutput-d32026b4e5df2382fc84722fb7c4719c463d8f19.tar.bz2
Fixed configure error exit value
-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(){