]> arthur.barton.de Git - netatalk.git/commitdiff
Fix HAVE_ACL_GET_PERM_NP never being defined.
authorAkinori MUSHA <knu@idaemons.org>
Sat, 30 Jul 2011 03:28:29 +0000 (12:28 +0900)
committerAkinori MUSHA <knu@idaemons.org>
Sat, 30 Jul 2011 03:28:29 +0000 (12:28 +0900)
configure.in

index d6a758b0bb8c464df9f8a5f28c0a5413cbe350b5..4d3ed242899ee381b12bc63050a4caff7f486046 100644 (file)
@@ -1071,7 +1071,7 @@ if test x"$with_acl_support" = x"yes" ; then
                                [netatalk_cv_HAVE_ACL_GET_PERM_NP=no])
                                LIBS=$acl_LIBS
                        ])
-                       if test x"netatalk_cv_HAVE_ACL_GET_PERM_NP" = x"yes"; then
+                       if test x"$netatalk_cv_HAVE_ACL_GET_PERM_NP" = x"yes"; then
                                AC_DEFINE(HAVE_ACL_GET_PERM_NP,1,[Whether acl_get_perm_np() is available])
                        fi