From: Eric Bollengier Date: Mon, 9 Jun 2008 10:54:59 +0000 (+0000) Subject: ebl remove --enable-faketape option X-Git-Tag: Release-7.0.0~4479 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=bdb18a2081c6714a435ca5dbc76ecba228f70458;p=bacula%2Fbacula ebl remove --enable-faketape option git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@7121 91ce42f0-d328-0410-95d8-f526ca767f89 --- diff --git a/bacula/autoconf/config.h.in b/bacula/autoconf/config.h.in index 38459d5c33..964e3504de 100644 --- a/bacula/autoconf/config.h.in +++ b/bacula/autoconf/config.h.in @@ -867,9 +867,6 @@ /* Define to 1 if your declares `struct tm'. */ #undef TM_IN_SYS_TIME -/* Set if you want faketape enabled */ -#undef USE_FAKETAPE - /* Define to 1 if the X Window System is missing or not being used. */ #undef X_DISPLAY_MISSING diff --git a/bacula/autoconf/configure.in b/bacula/autoconf/configure.in index d0461b65ec..5c488bdc2f 100644 --- a/bacula/autoconf/configure.in +++ b/bacula/autoconf/configure.in @@ -184,7 +184,6 @@ then AM_GNU_GETTEXT fi -support_faketape=no support_mysql=no support_sqlite=no support_sqlite3=no @@ -406,19 +405,6 @@ if test x$support_smartalloc = xyes; then AC_DEFINE(SMARTALLOC, 1, [Set if you want Smartalloc enabled]) fi -# ------------------------------------------- -# faketape (default off) -# ------------------------------------------- -AC_ARG_ENABLE(faketape, - [ --enable-faketape enable faketape debugging support [disabled]], - [if test x$enableval = xyes; then - support_faketape=yes - fi]) - -if test x$support_faketape = xyes; then - AC_DEFINE(USE_FAKETAPE, 1, [Set if you want faketape enabled]) -fi - # ------------------------------------------- # static-tools (default off) # ------------------------------------------- @@ -2496,7 +2482,6 @@ Configuration on `date`: Encryption support: ${support_crypto} ZLIB support: ${have_zlib} enable-smartalloc: ${support_smartalloc} - enable-faketape: ${support_faketape} bat support: ${support_bat} ${QWT_LDFLAGS} enable-gnome: ${support_gnome} ${gnome_version} enable-bwx-console: ${support_wx_console} ${wx_version}