From ee86f31a9d99f4586fa18823b6f44d7d895b86b2 Mon Sep 17 00:00:00 2001 From: Rom Walton Date: Fri, 10 Nov 2006 12:28:21 +0000 Subject: [PATCH] *** empty log message *** svn path=/trunk/boinc/; revision=11512 --- configure.ac | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/configure.ac b/configure.ac index 3024642c44..213ec12cd1 100644 --- a/configure.ac +++ b/configure.ac @@ -17,6 +17,12 @@ AC_ARG_ENABLE(debug, [enable_debug=yes], []) +AC_ARG_ENABLE(unicode, + AS_HELP_STRING([--enable-unicode], + [enable building the manager with unicode support]), + [enable_unicode=yes], + []) + AC_ARG_ENABLE(server, AS_HELP_STRING([--disable-server], [disable building the scheduling server]), @@ -29,12 +35,6 @@ AC_ARG_ENABLE(client, [], [enable_client=yes]) -AC_ARG_ENABLE(unicode, - AS_HELP_STRING([--disable-unicode], - [disable building the manager with unicode support]), - [], - [enable_unicode=yes]) - m4_divert_once([HELP_ENABLE], AS_HELP_STRING([], [Default: --enable-server --enable-client: builds both server and client])) @@ -258,7 +258,7 @@ fi dnl ---------- libcurl (m4/libcurl.m4) ------------------------------ if test "${enable_client}" = yes; then - LIBCURL_CHECK_CONFIG([yes], [7.13.2], [haveCurl=yes], [haveCurl=no]) + LIBCURL_CHECK_CONFIG([yes], [7.15.5], [haveCurl=yes], [haveCurl=no]) if test "${haveCurl}" != yes; then AC_MSG_ERROR([