aboutsummaryrefslogtreecommitdiffhomepage
path: root/configure.ac
diff options
context:
space:
mode:
authorGravatar David Adam <zanchey@ucc.gu.uwa.edu.au>2016-05-25 21:39:36 +0000
committerGravatar David Adam <zanchey@ucc.gu.uwa.edu.au>2016-05-25 21:39:57 +0000
commit91962d8aa2924c35a8c221142bbf27e37d87efd9 (patch)
tree1f9b9957bf1b64d75440f7a383c29e6455a28ef0 /configure.ac
parentd1208386d21e4e85fa99538fef0bf23475a3c3e1 (diff)
configure: move an errant space
Introduced in 6b92fdd18d39.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index e457cd50..8b0ea878 100644
--- a/configure.ac
+++ b/configure.ac
@@ -544,7 +544,7 @@ if test "x$included_pcre2" != "xyes"; then
XLIBS="$LIBS"
LIBS="$LIBS "`$PCRE2_CONFIG --libs$WCHAR_T_BITS 2>/dev/null`
XCXXFLAGS="$CXXFLAGS"
- CXXFLAGS="$CXXFLAGS" `$PCRE2_CONFIG --cflags`
+ CXXFLAGS="$CXXFLAGS "`$PCRE2_CONFIG --cflags`
# cheat a bit here. the exact library is determined by $WCHAR_T_BITS,
# and so AC_CHECK_LIB won't work (can't use a variable as library name)