From: Eric Bollengier Date: Thu, 8 May 2008 13:52:05 +0000 (+0000) Subject: ebl fix --enable-faketape option X-Git-Tag: Release-7.0.0~4628 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=1e8151a945787850ddc51ac55a83df7ce203b665;p=bacula%2Fbacula ebl fix --enable-faketape option git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@6918 91ce42f0-d328-0410-95d8-f526ca767f89 --- 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