From 1aff8e4393deca94f870f9e6712ba21c788f51c6 Mon Sep 17 00:00:00 2001 From: Stanislav Levin Date: Dec 06 2018 19:09:29 +0000 Subject: Fix typo about pid-file The actual name of configure option is '--with-pid-file'. Fixes: https://pagure.io/gssproxy/issue/237 Signed-off-by: Stanislav Levin --- diff --git a/conf_macros.m4 b/conf_macros.m4 index 331a01d..ceb46a7 100644 --- a/conf_macros.m4 +++ b/conf_macros.m4 @@ -62,7 +62,7 @@ AC_DEFUN([WITH_SOCKET_NAME], AC_DEFUN([WITH_PID_FILE], [ AC_ARG_WITH([pid-file], - [AC_HELP_STRING([--with-id-file=PATH], + [AC_HELP_STRING([--with-pid-file=PATH], [Name of the GSS Proxy pid file [/var/run/gssproxy.pid]] ) ]