From 098b405785de29d0cb8b203297e93c1bc395b31b Mon Sep 17 00:00:00 2001 From: sam Date: Sat, 6 Sep 2003 15:43:16 +0000 Subject: [PATCH] * Fixed typo (HAVE_ELF/HAVE_LIBELF). git-svn-id: svn://svn.zoy.org/elk/trunk@111 55e467fa-43c5-0310-a8a2-de718669efc6 --- src/dump.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dump.c b/src/dump.c index 15b65af..cc646c6 100644 --- a/src/dump.c +++ b/src/dump.c @@ -109,7 +109,7 @@ void Init_Dump () { return False;\ } -#if defined(HAVE_ELF) +#if defined(HAVE_LIBELF) # include "dump-elf.c" #elif defined(ECOFF) # include "dump-ecoff.c"