summaryrefslogtreecommitdiff
path: root/src/configure
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2010-12-03 01:40:38 +0000
committerChristian Pointner <equinox@spreadspace.org>2010-12-03 01:40:38 +0000
commite499866cde13bb04b65e4aaac4f229cd8811f7f4 (patch)
treee0a18657f6bb8b74398ec43f7bbadb949f4724c0 /src/configure
parentremoved 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-xsrc/configure2
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'