From 1fe1f19ad84db4a20464696b18bc516d52641c46 Mon Sep 17 00:00:00 2001 From: Eric Bollengier Date: Wed, 24 Aug 2011 14:08:19 +0200 Subject: [PATCH] update configure --- bacula/configure | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bacula/configure b/bacula/configure index b815916e57..c13e18349f 100755 --- a/bacula/configure +++ b/bacula/configure @@ -18570,8 +18570,8 @@ if test x$mandir = x'${prefix}/man' ; then mandir=/usr/share/man fi -if test x$htmldir = x${docdir} ; then - htmldir=`eval echo ${docdir}/html` +if test x$htmldir = x'/usr/share/doc/bacula/' ; then + htmldir=`eval echo ${docdir}html` fi if test x$docdir = x'/usr/share/doc/' ; then -- 2.39.5