[Scummvm-git-logs] scummvm master -> 579cb59af52b4b891306ca8be430f772ecfb0364

Tkachov Tkachov at users.noreply.github.com
Tue Aug 30 14:34:16 CEST 2016


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
579cb59af5 CONFIGURE: Fix curl-config failure


Commit: 579cb59af52b4b891306ca8be430f772ecfb0364
    https://github.com/scummvm/scummvm/commit/579cb59af52b4b891306ca8be430f772ecfb0364
Author: Alexander Tkachev (alexander at tkachov.ru)
Date: 2016-08-30T19:31:23+06:00

Commit Message:
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.

Changed paths:
    configure



diff --git a/configure b/configure
index fb24e1e..baf8264 100755
--- a/configure
+++ b/configure
@@ -469,7 +469,6 @@ find_libcurlconfig() {
 
 	if test -z "$_libcurlconfig"; then
 		echo "none found!"
-		exit 1
 	fi
 }
 





More information about the Scummvm-git-logs mailing list