Kaydet (Commit) bc358d39 authored tarafından Rene Engelhard's avatar Rene Engelhard

this is sh, not make...

Change-Id: I15056272f254e8c993c143274eea1bb7f1a28cb7
üst 16f84d79
...@@ -10362,8 +10362,8 @@ elif test "$_os" = "Linux" -o "$_os" = "Darwin" -o "$_os" = "WINNT" ; then ...@@ -10362,8 +10362,8 @@ elif test "$_os" = "Linux" -o "$_os" = "Darwin" -o "$_os" = "WINNT" ; then
AC_MSG_RESULT([yes]) AC_MSG_RESULT([yes])
AC_PATH_PROG(GPGCONF, gpgconf) AC_PATH_PROG(GPGCONF, gpgconf)
AC_MSG_CHECKING([for gpgconf --create-socketdir... ]) AC_MSG_CHECKING([for gpgconf --create-socketdir... ])
if $(GPGCONF) --dump-options > /dev/null ; then if $GPGCONF --dump-options > /dev/null ; then
if $(GPGCONF) --dump-options | grep -q create-socketdir ; then if $GPGCONF --dump-options | grep -q create-socketdir ; then
AC_MSG_RESULT([yes]) AC_MSG_RESULT([yes])
AC_DEFINE([HAVE_GPGCONF_SOCKETDIR]) AC_DEFINE([HAVE_GPGCONF_SOCKETDIR])
else else
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment