mirror of
https://github.com/adulau/aha.git
synced 2024-12-29 04:06:22 +00:00
perf_counter tools: Remove zlib dependency
The zlib devel libraries may not be installed and since we aren't using zlib we may as well remove it. Signed-off-by: Anton Blanchard <anton@samba.org> Cc: a.p.zijlstra@chello.nl Cc: paulus@samba.org LKML-Reference: <20090630230140.802078956@samba.org> Signed-off-by: Ingo Molnar <mingo@elte.hu>
This commit is contained in:
parent
1f208ea678
commit
6717534ddc
1 changed files with 0 additions and 6 deletions
|
@ -381,12 +381,6 @@ ifndef CC_LD_DYNPATH
|
||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifdef ZLIB_PATH
|
|
||||||
BASIC_CFLAGS += -I$(ZLIB_PATH)/include
|
|
||||||
EXTLIBS += -L$(ZLIB_PATH)/$(lib) $(CC_LD_DYNPATH)$(ZLIB_PATH)/$(lib)
|
|
||||||
endif
|
|
||||||
EXTLIBS += -lz
|
|
||||||
|
|
||||||
ifdef NEEDS_SOCKET
|
ifdef NEEDS_SOCKET
|
||||||
EXTLIBS += -lsocket
|
EXTLIBS += -lsocket
|
||||||
endif
|
endif
|
||||||
|
|
Loading…
Reference in a new issue