From 91962d8aa2924c35a8c221142bbf27e37d87efd9 Mon Sep 17 00:00:00 2001 From: David Adam Date: Wed, 25 May 2016 21:39:36 +0000 Subject: configure: move an errant space Introduced in 6b92fdd18d39. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') 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) -- cgit v1.2.3