From dfa6d77b7060548a2331c334ff47ee810bbf7a38 Mon Sep 17 00:00:00 2001 From: Omar Polo Date: Fri, 12 Feb 2021 12:55:29 +0000 Subject: [PATCH] typo --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index 6975a29..14dd66e 100755 --- a/configure +++ b/configure @@ -288,7 +288,7 @@ cat <<__HEREDOC__ #define HAVE_PROGRAM_INVOCATION_SHORT_NAME ${HAVE_PROGRAM_INVOCATION_SHORT_NAME} #define HAVE_PR_SET_NAME ${HAVE_PR_SET_NAME} #define HAVE_RECALLOCARRAY ${HAVE_RECALLOCARRAY} -#define HAVE_SETPROCTITLE ${SETPROCTITLE} +#define HAVE_SETPROCTITLE ${HAVE_SETPROCTITLE} #define HAVE_STRLCAT ${HAVE_STRLCAT} #define HAVE_STRLCPY ${HAVE_STRLCPY} #define HAVE_STRTONUM ${HAVE_STRTONUM}