* Fixed typo (HAVE_ELF/HAVE_LIBELF).

git-svn-id: svn://svn.zoy.org/elk/trunk@111 55e467fa-43c5-0310-a8a2-de718669efc6
This commit is contained in:
sam 2003-09-06 15:43:16 +00:00
parent f253c8e261
commit 098b405785
1 changed files with 1 additions and 1 deletions

View File

@ -109,7 +109,7 @@ void Init_Dump () {
return False;\ return False;\
} }
#if defined(HAVE_ELF) #if defined(HAVE_LIBELF)
# include "dump-elf.c" # include "dump-elf.c"
#elif defined(ECOFF) #elif defined(ECOFF)
# include "dump-ecoff.c" # include "dump-ecoff.c"