aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunk@stsci.edu>2012-03-29 14:05:00 -0400
committerJoseph Hunkeler <jhunk@stsci.edu>2012-05-25 14:21:21 -0400
commit4d4407042949f5bdbcaeebfed62b18be64408833 (patch)
tree4660d19fbca7a15da42664f73813b6d414cbdca0
parentc5ea39c54e6cc24340d790bff72bae2867c9edb2 (diff)
downloadduser-4d4407042949f5bdbcaeebfed62b18be64408833.tar.gz
Completely removed -lpcre in LDFLAGS
-rw-r--r--src/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.in b/src/Makefile.in
index d0181a3..1292d1d 100644
--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -191,7 +191,7 @@ top_builddir = @top_builddir@
top_srcdir = @top_srcdir@
duser_POSIX = -D_GNU_SOURCE
AM_CFLAGS = ${duser_POSIX} --std=c99 -O2 -pedantic -Wall -Wextra
-@HAVE_COMPAT_FALSE@duser_LDFLAGS = -lpcre
+@HAVE_COMPAT_FALSE@duser_LDFLAGS =
@HAVE_COMPAT_TRUE@duser_LDFLAGS = -L$(top_srcdir)/compat -ldusercompat
duser_SOURCES = duser.c \
user.c \