From: Eric Bollengier Date: Sat, 2 Jul 2011 13:18:44 +0000 (+0200) Subject: Tweak warning in configure X-Git-Tag: Release-7.0.0~886 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=d6c0826195d7048ff32d61b3e45a421bbbe5d56f;p=bacula%2Fbacula Tweak warning in configure --- 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