Index: uspace/lib/c/generic/elf/elf_load.c
===================================================================
--- uspace/lib/c/generic/elf/elf_load.c	(revision 2eadda9562ba40a94f02c6d055a17a045521838d)
+++ uspace/lib/c/generic/elf/elf_load.c	(revision 0d83cf6f04f9a3bfef021c71a4d4e0c172f9ad79)
@@ -68,5 +68,5 @@
 	}
 
-	if (info->finfo.interp == NULL) {
+	if (info->finfo.dynamic == NULL) {
 		/* Statically linked program */
 		DPRINTF("Binary is statically linked.\n");
