aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorAlexander Tkachev2016-08-30 19:31:23 +0600
committerAlexander Tkachev2016-08-30 19:31:23 +0600
commit579cb59af52b4b891306ca8be430f772ecfb0364 (patch)
tree105d763a15be94a0d54af5d4e6eef60761b02a8e /configure
parentbfbfbd3e1a8397cc3b1c9eaff6c7754abe3ddc3d (diff)
downloadscummvm-rg350-579cb59af52b4b891306ca8be430f772ecfb0364.tar.gz
scummvm-rg350-579cb59af52b4b891306ca8be430f772ecfb0364.tar.bz2
scummvm-rg350-579cb59af52b4b891306ca8be430f772ecfb0364.zip
CONFIGURE: Fix curl-config failure
Still, curl-config is required for Cloud integration feature, so it should be installed on buildbot in order to build it.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure1
1 files changed, 0 insertions, 1 deletions
diff --git a/configure b/configure
index fb24e1ee4f..baf826406b 100755
--- a/configure
+++ b/configure
@@ -469,7 +469,6 @@ find_libcurlconfig() {
if test -z "$_libcurlconfig"; then
echo "none found!"
- exit 1
fi
}