Alexander Afanasyev | 9944ebc | 2012-08-20 18:40:12 -0700 | [diff] [blame^] | 1 | diff --git csrc/configure csrc/configure |
| 2 | index 962d76a..43ec3ea 100755 |
| 3 | --- csrc/configure |
| 4 | +++ csrc/configure |
| 5 | @@ -39,7 +39,7 @@ TryAppend "`uname -sr | sed -e 's/ /-/g'`" |
| 6 | TryAppend "local" |
| 7 | TryScript "`uname`" "$@" |
| 8 | TryScript "local" "$@" |
| 9 | -ProvideDefault CPREFLAGS = -I../include |
| 10 | +ProvideDefault CPREFLAGS = -I../include ${CFLAGS:-} |
| 11 | ProvideDefault PCAP_PROGRAMS = ccndumppcap |
| 12 | ProvideDefault RESOLV_LIBS = -lresolv |
| 13 | ProvideDefault INSTALL_BASE = ${INSTALL_BASE:-/usr/local} |