From: Kern Sibbald Date: Thu, 19 Sep 2002 10:04:29 +0000 (+0000) Subject: largefile fix + more documentation X-Git-Tag: Release-1.26~14 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=522bc12aadd3382c95ed741f6794a1511ba3094f;p=thirdparty%2Fbacula.git largefile fix + more documentation git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@157 91ce42f0-d328-0410-95d8-f526ca767f89 --- diff --git a/bacula/autoconf/configure.in b/bacula/autoconf/configure.in index 42a787c08..730903eb1 100644 --- a/bacula/autoconf/configure.in +++ b/bacula/autoconf/configure.in @@ -1260,7 +1260,7 @@ chmod 755 src/cats/sqlite chmod 755 src/cats/make_bdb_tables src/cats/drop_bdb_tables chmod 755 src/cats/create_bdb_database -if test x$ac_cv_sys_largefile_CFLAGS != xno ; then +if test "x$ac_cv_sys_largefile_CFLAGS" != "xno" ; then ac_cv_sys_largefile_CFLAGS="yes" fi diff --git a/bacula/configure b/bacula/configure index 59118506c..356bd8844 100755 --- a/bacula/configure +++ b/bacula/configure @@ -9932,7 +9932,7 @@ chmod 755 src/cats/sqlite chmod 755 src/cats/make_bdb_tables src/cats/drop_bdb_tables chmod 755 src/cats/create_bdb_database -if test x$ac_cv_sys_largefile_CFLAGS != xno ; then +if test "x$ac_cv_sys_largefile_CFLAGS" != "xno" ; then ac_cv_sys_largefile_CFLAGS="yes" fi