aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index d18007d1..acf283da 100644
--- a/configure.ac
+++ b/configure.ac
@@ -321,7 +321,7 @@ if test "$USE_EXTERNAL_LIBS" = "1"; then
if test "$BUILDRULES" = "libtool"; then
AC_MSG_ERROR([BUILDRULES=libtool is not supported when building external libraries])
fi
- LDFLAGS="$LDFLAGS -Lext/lib-$BUILDRULES
+ LDFLAGS="$LDFLAGS -Lext/lib-$BUILDRULES"
LIBS="$LIBS -lz -lpcre"
fi