[Libreoffice-commits] core.git: configure.ac

Tor Lillqvist tml at collabora.com
Thu Mar 9 09:14:29 UTC 2017


 configure.ac |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit e8e61755a41ed2c0eeb1b95ef01bc25f628927ec
Author: Tor Lillqvist <tml at collabora.com>
Date:   Thu Mar 9 11:10:04 2017 +0200

    AC_MSG_CHECKING style consistency
    
    Change-Id: Ia3a634362e1c17c5aed14fdba7396c5319110b34

diff --git a/configure.ac b/configure.ac
index e1aec21..9de40c8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3225,7 +3225,7 @@ AC_SUBST(CROSS_COMPILING)
 
 HAVE_LD_BSYMBOLIC_FUNCTIONS=
 if test "$GCC" = "yes"; then
-    AC_MSG_CHECKING( for -Bsymbolic-functions linker support )
+    AC_MSG_CHECKING([for -Bsymbolic-functions linker support])
     bsymbolic_functions_ldflags_save=$LDFLAGS
     LDFLAGS="$LDFLAGS -Wl,-Bsymbolic-functions -Wl,--dynamic-list-cpp-new -Wl,--dynamic-list-cpp-typeinfo"
     AC_LINK_IFELSE([AC_LANG_PROGRAM([
@@ -5007,7 +5007,7 @@ fi
 
 HAVE_LD_HASH_STYLE=FALSE
 WITH_LINKER_HASH_STYLE=
-AC_MSG_CHECKING( for --hash-style gcc linker support )
+AC_MSG_CHECKING([for --hash-style gcc linker support])
 if test "$GCC" = "yes"; then
     if test -z "$with_linker_hash_style" -o "$with_linker_hash_style" = "yes"; then
         hash_styles="gnu sysv"


More information about the Libreoffice-commits mailing list