]> arthur.barton.de Git - netatalk.git/blobdiff - configure.in
precompose_w() failed if tail character is decomposed surrogate pair
[netatalk.git] / configure.in
index d6a758b0bb8c464df9f8a5f28c0a5413cbe350b5..7c939c200f103d0394130a55e45cd53faebd0613 100644 (file)
@@ -548,6 +548,8 @@ dnl --------------------- GNU source
 case "$this_os" in
        linux)  AC_DEFINE(_GNU_SOURCE, 1, [Whether to use GNU libc extensions])
         ;;
+     *kfreebsd-gnu*) AC_DEFINE(_GNU_SOURCE, 1, [Whether to use GNU libc extensions])
+        ;;
 esac
 
 dnl --------------------- operating system specific flags (port from sys/*)
@@ -1071,7 +1073,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