summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorFelix Geyer <debfx-pkg@fobos.de>2009-10-07 11:12:09 +0200
committerFelix Geyer <debfx-pkg@fobos.de>2009-10-07 11:12:09 +0200
commit59cffb992a3c457677eec2b1e4dd1f9fdb8b38f9 (patch)
tree8d39fef97d6457c9ec40d743cd06019887cd1ea7 /configure
parent336ae01f5ec82f76ff58ba86dacbb4f66116e7b8 (diff)
downloadvirtualbox-59cffb992a3c457677eec2b1e4dd1f9fdb8b38f9.tar.gz
Imported Upstream version 3.0.8-dfsgupstream/3.0.8-dfsg
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure16
1 files changed, 10 insertions, 6 deletions
diff --git a/configure b/configure
index 541242d44..d39c6f8d4 100755
--- a/configure
+++ b/configure
@@ -8,10 +8,14 @@
# This file is part of VirtualBox Open Source Edition (OSE), as
# available from http://www.virtualbox.org. This file is free software;
# you can redistribute it and/or modify it under the terms of the GNU
-# General Public License as published by the Free Software Foundation,
-# in version 2 as it comes in the "COPYING" file of the VirtualBox OSE
-# distribution. VirtualBox OSE is distributed in the hope that it will
-# be useful, but WITHOUT ANY WARRANTY of any kind.
+# General Public License (GPL) as published by the Free Software
+# Foundation, in version 2 as it comes in the "COPYING" file of the
+# VirtualBox OSE distribution. VirtualBox OSE is distributed in the
+# hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
+#
+# Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa
+# Clara, CA 95054 USA or visit http://www.sun.com if you need
+# additional information or have any questions.
#
LC_ALL=C
@@ -942,11 +946,11 @@ check_curl()
extern "C" int main(void)
{
printf("found version %s", LIBCURL_VERSION);
-#if 10000*LIBCURL_VERSION_MAJOR + 100*LIBCURL_VERSION_MINOR >= 71500
+#if 10000*LIBCURL_VERSION_MAJOR + 100*LIBCURL_VERSION_MINOR + LIBCURL_VERSION_PATCH >= 71601
printf(", OK.\n");
return 0;
#else
- printf(", expected version 7.15.0 or higher\n");
+ printf(", expected version 7.16.1 or higher\n");
return 1;
#endif
}