diff options
Diffstat (limited to 'src/os_unix.c')
-rw-r--r-- | src/os_unix.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/os_unix.c b/src/os_unix.c index 5d5b15167..6197c3fbd 100644 --- a/src/os_unix.c +++ b/src/os_unix.c @@ -265,7 +265,7 @@ static xsmp_config_T xsmp; * that describe the signals. That is nearly what we want here. But * autoconf does only check for sys_siglist (without the underscore), I * do not want to change everything today.... jw. - * This is why AC_DECL_SYS_SIGLIST is commented out in configure.in + * This is why AC_DECL_SYS_SIGLIST is commented out in configure.ac. */ #endif |