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 9d8307a94aa6d903e4fcaa8ae5c22e2fa48fddfb)
@@ -68,5 +68,5 @@
 	}
 
-	if (info->finfo.interp == NULL) {
+	if (info->finfo.dynamic == NULL) {
 		/* Statically linked program */
 		DPRINTF("Binary is statically linked.\n");
