From 118b6234c0d9eb4d49f0c92cfb441980759b224a Mon Sep 17 00:00:00 2001 From: Eric Bollengier Date: Sat, 2 Jul 2011 15:18:44 +0200 Subject: [PATCH] Tweak warning in configure --- bacula/autoconf/configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bacula/autoconf/configure.in b/bacula/autoconf/configure.in index 525a0e2a55..5c6f982c37 100644 --- a/bacula/autoconf/configure.in +++ b/bacula/autoconf/configure.in @@ -2544,7 +2544,7 @@ if test x$support_acl = xyes -o x$support_acl = xauto; then AC_CHECK_LIB(acl, acl_get_file, [ have_acl=yes - if test $have_afs = yes; then + if test x$have_afs = xyes; then dnl dnl Because of possible naming conflict with AFS libacl make sure we use the one in /usr/lib64 or /usr/lib !!! dnl -- 2.39.5