From 1e8151a945787850ddc51ac55a83df7ce203b665 Mon Sep 17 00:00:00 2001 From: Eric Bollengier Date: Thu, 8 May 2008 13:52:05 +0000 Subject: [PATCH] ebl fix --enable-faketape option git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@6918 91ce42f0-d328-0410-95d8-f526ca767f89 --- bacula/autoconf/configure.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bacula/autoconf/configure.in b/bacula/autoconf/configure.in index 8f94dc4b6b..ae994edfe2 100644 --- a/bacula/autoconf/configure.in +++ b/bacula/autoconf/configure.in @@ -401,8 +401,8 @@ fi # ------------------------------------------- AC_ARG_ENABLE(faketape, [ --enable-faketape enable faketape debugging support [disabled]], - [if test x$enableval = xno; then - support_faketape=no + [if test x$enableval = xyes; then + support_faketape=yes fi]) if test x$support_faketape = xyes; then -- 2.39.5