aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorOmar Polo <op@omarpolo.com>2021-02-14 12:20:34 +0000
committerOmar Polo <op@omarpolo.com>2021-02-23 13:40:59 +0100
commitd278a0c3c50146c703b675ca4dac1d58ef286585 (patch)
tree7594155bfb607214099839b6092b00f92ed66952 /configure
parentc39b26d308ed63a537de88b963935c2acfe33405 (diff)
moving logging to its own process
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 14dd66e..68835e5 100755
--- a/configure
+++ b/configure
@@ -38,7 +38,7 @@ CC=`printf "all:\\n\\t@echo \\\$(CC)\\n" | make ${MAKE_FLAGS} -sf -`
CFLAGS=`printf "all:\\n\\t@echo \\\$(CFLAGS)\\n" | make ${MAKE_FLAGS} -sf -`
CFLAGS="${CFLAGS} -g -W -Wall -Wextra -Wmissing-prototypes -Wstrict-prototypes"
CFLAGS="${CFLAGS} -Wwrite-strings -Wno-unused-parameter"
-LDFLAGS="-ltls -levent"
+LDFLAGS="-ltls -levent -lutil"
YACC=yacc
LEX=lex
STATIC=