From 4bda1164e1654bada8aac8a82ade74d548befcb1 Mon Sep 17 00:00:00 2001 From: Lluis Sanchez Date: Wed, 5 Dec 2007 09:20:09 +0000 Subject: * configure: Stop if one of the configuration scripts fails. svn path=/trunk/monodevelop/; revision=90737 --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure') diff --git a/configure b/configure index b9766395eb..09a210e1e7 100755 --- a/configure +++ b/configure @@ -44,7 +44,7 @@ configure_packages () exit 1 fi pushd $path > /dev/null - PKG_CONFIG_PATH=$localconf:$PKG_CONFIG_PATH $sct --prefix=$prefix $ops + PKG_CONFIG_PATH=$localconf:$PKG_CONFIG_PATH $sct --prefix=$prefix $ops || exit 1 popd > /dev/null create_local_config $path packages="$packages $path" -- cgit v1.2.3