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

Rene Engelhard rene at debian.org
Sun Mar 18 19:37:16 UTC 2018


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

New commits:
commit bc358d39ac985914160e8aaa23b29469470c032b
Author: Rene Engelhard <rene at debian.org>
Date:   Sun Mar 18 20:36:45 2018 +0100

    this is sh, not make...
    
    Change-Id: I15056272f254e8c993c143274eea1bb7f1a28cb7

diff --git a/configure.ac b/configure.ac
index ff011fbdd57e..af94d2bdbc13 100644
--- a/configure.ac
+++ b/configure.ac
@@ -10362,8 +10362,8 @@ elif test "$_os" = "Linux" -o "$_os" = "Darwin" -o "$_os" = "WINNT" ; then
         AC_MSG_RESULT([yes])
         AC_PATH_PROG(GPGCONF, gpgconf)
         AC_MSG_CHECKING([for gpgconf --create-socketdir... ])
-        if $(GPGCONF) --dump-options > /dev/null ; then
-          if $(GPGCONF) --dump-options | grep -q create-socketdir ; then
+        if $GPGCONF --dump-options > /dev/null ; then
+          if $GPGCONF --dump-options | grep -q create-socketdir ; then
 	    AC_MSG_RESULT([yes])
             AC_DEFINE([HAVE_GPGCONF_SOCKETDIR])
           else


More information about the Libreoffice-commits mailing list