Fix incorrect assertions in ddt_phys_decref and ddt_sync_entry
[zfs.git] / config / user-libblkid.m4
index 8934d0a..276587f 100644 (file)
@@ -39,7 +39,7 @@ AC_DEFUN([ZFS_AC_CONFIG_USER_LIBBLKID], [
                        saved_LDFLAGS="$LDFLAGS"
                        LDFLAGS="-lblkid"
 
-                       AC_RUN_IFELSE(AC_LANG_PROGRAM(
+                       AC_RUN_IFELSE([AC_LANG_PROGRAM(
                        [
                                #include <stdio.h>
                                #include <blkid/blkid.h>
@@ -66,7 +66,7 @@ AC_DEFUN([ZFS_AC_CONFIG_USER_LIBBLKID], [
 
                                free(value);
                                blkid_put_cache(cache);
-                       ]),
+                       ])],
                        [
                                rm -f $ZFS_DEV
                                AC_MSG_RESULT([yes])