diff options
Diffstat (limited to '')
-rw-r--r-- | m4/tuklib_progname.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/m4/tuklib_progname.m4 b/m4/tuklib_progname.m4 index 7685d068..9f7d4c52 100644 --- a/m4/tuklib_progname.m4 +++ b/m4/tuklib_progname.m4 @@ -23,6 +23,6 @@ AC_DEFUN_ONCE([TUKLIB_PROGNAME], [ AC_REQUIRE([TUKLIB_COMMON]) AC_CHECK_DECL([program_invocation_name], [AC_DEFINE( [HAVE_PROGRAM_INVOCATION_NAME], [1], - [Define to 1 if `program_invocation_name' is declared in <errno.h>.])], + [Define to 1 if 'program_invocation_name' is declared in <errno.h>.])], [], [#include <errno.h>]) ])dnl |