From 522bc12aadd3382c95ed741f6794a1511ba3094f Mon Sep 17 00:00:00 2001 From: Kern Sibbald Date: Thu, 19 Sep 2002 10:04:29 +0000 Subject: [PATCH] largefile fix + more documentation git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@157 91ce42f0-d328-0410-95d8-f526ca767f89 --- bacula/autoconf/configure.in | 2 +- bacula/configure | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bacula/autoconf/configure.in b/bacula/autoconf/configure.in index 42a787c08e..730903eb11 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 59118506c7..356bd8844d 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 -- 2.39.5