Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 279455
Collapse All | Expand All

(-)nfdump-1.5.8.orig/configure (-2 / +2 lines)
Lines 3110-3116 Link Here
3110
fi
3110
fi
3111
3111
3112
else
3112
else
3113
  WHERE_FTPATH="../flow-tools-0.67"
3113
  WHERE_FTPATH="/usr"
3114
3114
3115
fi
3115
fi
3116
3116
Lines 3208-3214 Link Here
3208
fi
3208
fi
3209
3209
3210
if test -d "$WHERE_FTPATH"; then
3210
if test -d "$WHERE_FTPATH"; then
3211
	if test ! -f "$WHERE_FTPATH/lib/ftlib.h"; then
3211
	if test ! -f "$WHERE_FTPATH/include/ftlib.h"; then
3212
		{ { echo "$as_me:$LINENO: error: ftlib.h file not found in flow-tools directory '$WHERE_FTPATH'. Use --with-ftpath=PATH" >&5
3212
		{ { echo "$as_me:$LINENO: error: ftlib.h file not found in flow-tools directory '$WHERE_FTPATH'. Use --with-ftpath=PATH" >&5
3213
echo "$as_me: error: ftlib.h file not found in flow-tools directory '$WHERE_FTPATH'. Use --with-ftpath=PATH" >&2;}
3213
echo "$as_me: error: ftlib.h file not found in flow-tools directory '$WHERE_FTPATH'. Use --with-ftpath=PATH" >&2;}
3214
   { (exit 1); exit 1; }; }
3214
   { (exit 1); exit 1; }; }

Return to bug 279455