# HG changeset patch # User mru # Date 1163476526 0 # Node ID 3c79b2aa8a77ea9ac4639d420ddaf9acfbbabf54 # Parent a561635afa6152a5512cb24063e8f8f635f80571 check for inet_aton in configure diff -r a561635afa61 -r 3c79b2aa8a77 Makefile --- a/Makefile Tue Nov 14 03:42:28 2006 +0000 +++ b/Makefile Tue Nov 14 03:55:26 2006 +0000 @@ -167,7 +167,7 @@ OBJS+= file.o ifeq ($(CONFIG_NETWORK),yes) OBJS+= udp.o tcp.o http.o rtsp.o rtp.o rtpproto.o mpegts.o base64.o rtp_h264.o -ifeq ($(NEED_INET_ATON),yes) +ifneq ($(HAVE_INET_ATON),yes) OBJS+= barpainet.o endif endif