aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunk@stsci.edu>2011-09-30 15:36:28 -0400
committerJoseph Hunkeler <jhunk@stsci.edu>2011-09-30 15:37:23 -0400
commit82c38efd02c2938533b2e8486609b01b096edace (patch)
treeae61c0348aab7d5b1815fa4c87305c69fad82ee5 /src/Makefile.am
parent57d2b9b7aead6333f6eaad79a7a4338872ffab9d (diff)
downloadduser-82c38efd02c2938533b2e8486609b01b096edace.tar.gz
Removed pcre dep. Wasn't going to work out anyway.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am2
1 files changed, 1 insertions, 1 deletions
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 \