From d26df264935e5ed3261807e123a7eb72a40fb4d6 Mon Sep 17 00:00:00 2001 From: Kern Sibbald Date: Mon, 23 Sep 2002 15:16:33 +0000 Subject: [PATCH] Update doc git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@161 91ce42f0-d328-0410-95d8-f526ca767f89 --- bacula/autoconf/configure.in | 8 ++++---- bacula/configure | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/bacula/autoconf/configure.in b/bacula/autoconf/configure.in index 9980b0f955..07661c5466 100644 --- a/bacula/autoconf/configure.in +++ b/bacula/autoconf/configure.in @@ -141,7 +141,7 @@ support_sqlite=no support_smartalloc=yes support_readline=yes support_gnome=no -support_static_tools=yes +support_static_tools=no cats= db_name=Internal DB_NAME=bdb @@ -186,12 +186,12 @@ if test x$support_smartalloc = xyes; then fi # ------------------------------------------- -# static-tools (default on) +# static-tools (default off) # ------------------------------------------- AC_ARG_ENABLE(static-tools, [ --enable-static-tools enable static tape tools *], - [if test x$enableval = xno; then - support_static_tools=no + [if test x$enableval = xyes; then + support_static_tools=yes fi]) TTOOL_LDFLAGS= diff --git a/bacula/configure b/bacula/configure index d0d775fdb4..151cafb71c 100755 --- a/bacula/configure +++ b/bacula/configure @@ -2346,7 +2346,7 @@ support_sqlite=no support_smartalloc=yes support_readline=yes support_gnome=no -support_static_tools=yes +support_static_tools=no cats= db_name=Internal DB_NAME=bdb @@ -2712,13 +2712,13 @@ EOF fi # ------------------------------------------- -# static-tools (default on) +# static-tools (default off) # ------------------------------------------- # Check whether --enable-static-tools or --disable-static-tools was given. if test "${enable_static_tools+set}" = set; then enableval="$enable_static_tools" - if test x$enableval = xno; then - support_static_tools=no + if test x$enableval = xyes; then + support_static_tools=yes fi fi -- 2.39.5