From 37b134d8ae404f838e37550710b71d8c7f6879d0 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Fri, 30 Sep 2011 15:36:28 -0400 Subject: Removed pcre dep. Wasn't going to work out anyway. --- src/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Makefile.am b/src/Makefile.am index 4ec8f2c..defaac0 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -4,7 +4,7 @@ AM_CFLAGS=${duser_POSIX} --std=c99 -O2 -pedantic -Wall -Wextra if HAVE_COMPAT duser_LDFLAGS=-L$(top_srcdir)/compat -ldusercompat else -duser_LDFLAGS=-lpcre +duser_LDFLAGS= endif duser_SOURCES= duser.c \ -- cgit