diff options
-rw-r--r-- | src/Makefile.am | 2 |
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 \ |