]> git.sur5r.net Git - bacula/bacula/commitdiff
largefile fix + more documentation
authorKern Sibbald <kern@sibbald.com>
Thu, 19 Sep 2002 10:04:29 +0000 (10:04 +0000)
committerKern Sibbald <kern@sibbald.com>
Thu, 19 Sep 2002 10:04:29 +0000 (10:04 +0000)
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@157 91ce42f0-d328-0410-95d8-f526ca767f89

bacula/autoconf/configure.in
bacula/configure

index 42a787c08e424adeea498edc5ce807ab66894f32..730903eb117520da5ae505707d7885ab4e52e359 100644 (file)
@@ -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
 
index 59118506c7860e9d6715f197a8e7ad0b290456d2..356bd8844db3bc726026e12257cf28312e833377 100755 (executable)
@@ -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