11 lines
283 B
Plaintext
11 lines
283 B
Plaintext
--- configure.orig Sat Mar 4 13:05:40 2000
|
|
+++ configure Sat Mar 4 13:11:31 2000
|
|
@@ -1022,6 +1022,7 @@
|
|
if test "${with_net_inc+set}" = set; then
|
|
withval="$with_net_inc"
|
|
CFLAGS="${CFLAGS} -I${withval}"
|
|
+ CPPFLAGS="${CPPFLAGS} `libnet-config --defines` -I${withval}"
|
|
fi
|
|
|
|
|