Re: [tcpdump-workers] SSLeay autoconf breaks use of --with-libpcap=X

2005-12-17 Thread Guy Harris
Guy Harris wrote: Makefile variables DEFS, set only from V_DEFS (the configure variable DEFS doesn't appear to be set at all), It's a Special Magical Variable: http://www.gnu.org/software/autoconf/manual/autoconf-2.57/html_mono/autoconf.html#SEC23 so we'd keep it, and not rename

Re: [tcpdump-workers] SSLeay autoconf breaks use of --with-libpcap=X

2005-12-17 Thread Guy Harris
Alexander Dupuy wrote: The configure.in code that checks for SSLeay stuff can end up putting multiple copies of -I include directives in the compiler flags (once in CPPFLAGS, and again in V_INCLS) So CPPFLAGS is used only to set the Makefile variable DEFS, and the Makefile variable DEFS is us