]> git.sur5r.net Git - bacula/bacula/commitdiff
Tweak warning in configure
authorEric Bollengier <eric@eb.homelinux.org>
Sat, 2 Jul 2011 13:18:44 +0000 (15:18 +0200)
committerKern Sibbald <kern@sibbald.com>
Sat, 20 Apr 2013 12:49:03 +0000 (14:49 +0200)
bacula/autoconf/configure.in

index 525a0e2a552c89dfb41a0c256bd19d09a93cce01..5c6f982c37ab44ec21f7817ae9474aa528d93cff 100644 (file)
@@ -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