From: Jakub Jelen Date: Tue, 22 Oct 2019 08:25:00 +0000 (+0200) Subject: configure: Fix typo to avoid errors during configure X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b879b9b8395d0a99dbc9b8ae8057dc84bdd551e6;p=p11-kit configure: Fix typo to avoid errors during configure --- diff --git a/configure.ac b/configure.ac index 8ee005e..5a33076 100644 --- a/configure.ac +++ b/configure.ac @@ -138,7 +138,7 @@ if test "$os_unix" = "yes"; then [AC_MSG_ERROR([could not find required gmtime_r() function])]) # Check if these are declared and/or available to link against - AC_CHECK_DECLS([program_invocation_short_name]), [], [], [#include ]) + AC_CHECK_DECLS([program_invocation_short_name], [], [], [#include ]) AC_MSG_CHECKING([whether program_invocation_short_name is available]) AC_LINK_IFELSE([AC_LANG_PROGRAM([[#include ]], [[program_invocation_short_name = "test";]])],