Browse Source

Change test for a define that got renamed a while ago.

Bernd Schmidt 17 years ago
parent
commit
e17b3fdaff
1 changed files with 1 additions and 1 deletions
  1. 1 1
      ldso/ldso/bfin/elfinterp.c

+ 1 - 1
ldso/ldso/bfin/elfinterp.c

@@ -346,7 +346,7 @@ _dl_parse_copy_information
   return 0;
 }
 
-#ifndef LIBDL
+#ifndef IS_IN_libdl
 # include "../../libc/sysdeps/linux/bfin/crtreloc.c"
 #endif