diff options
author | Christian Pointner <equinox@spreadspace.org> | 2010-12-03 01:40:38 +0000 |
---|---|---|
committer | Christian Pointner <equinox@spreadspace.org> | 2010-12-03 01:40:38 +0000 |
commit | e499866cde13bb04b65e4aaac4f229cd8811f7f4 (patch) | |
tree | e0a18657f6bb8b74398ec43f7bbadb949f4724c0 /src/configure | |
parent | removed useless source address resolving type option (diff) |
added config file parser
git-svn-id: https://svn.spreadspace.org/tcpproxy/trunk@24 e61f0598-a718-4e21-a8f0-0aadfa62ad6b
Diffstat (limited to 'src/configure')
-rwxr-xr-x | src/configure | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/configure b/src/configure index d1fa13d..4afa358 100755 --- a/src/configure +++ b/src/configure @@ -143,6 +143,8 @@ CFLAGS := $CFLAGS LDFLAGS := $LDFLAGS STRIP := strip INSTALL := install +FLEX := flex +BISON := bison PREFIX := '$PREFIX' SBINDIR := '$SBINDIR' |