diff options
author | phintuka <phintuka> | 2012-08-30 06:44:20 +0000 |
---|---|---|
committer | phintuka <phintuka> | 2012-08-30 06:44:20 +0000 |
commit | d32026b4e5df2382fc84722fb7c4719c463d8f19 (patch) | |
tree | 19ab8b98f19ddd5159fa9d1624fc43d5bf67aa0f | |
parent | 2952537c69ce6f58ffae760ed164d644d106974e (diff) | |
download | xineliboutput-d32026b4e5df2382fc84722fb7c4719c463d8f19.tar.gz xineliboutput-d32026b4e5df2382fc84722fb7c4719c463d8f19.tar.bz2 |
Fixed configure error exit value
-rwxr-xr-x | configure | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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(){ |