]> git.sur5r.net Git - bacula/bacula/commitdiff
ebl remove --enable-faketape option
authorEric Bollengier <eric@eb.homelinux.org>
Mon, 9 Jun 2008 10:54:59 +0000 (10:54 +0000)
committerEric Bollengier <eric@eb.homelinux.org>
Mon, 9 Jun 2008 10:54:59 +0000 (10:54 +0000)
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@7121 91ce42f0-d328-0410-95d8-f526ca767f89

bacula/autoconf/config.h.in
bacula/autoconf/configure.in

index 38459d5c33f490c7eb96bbcc45cf5628364eb92e..964e3504def02f2743afa9430689c435ca19f565 100644 (file)
 /* Define to 1 if your <sys/time.h> 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
 
index d0461b65ecd1120c985963563f7c8a46c280a261..5c488bdc2fc6b28d3e9e58ec47c3f6c0484d0575 100644 (file)
@@ -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}