diff options
author | Dmitry V. Levin <ldv@strace.io> | 2024-08-14 08:00:00 +0000 |
---|---|---|
committer | Dmitry V. Levin <ldv@strace.io> | 2024-08-14 08:00:00 +0000 |
commit | fed0b59e8ae72079648b378e8a2d87d65e89ffa4 (patch) | |
tree | 09f3aad032940a7d2665c0ea4adeb95f030e759d | |
parent | 5a2cf804f22ce76df0c5ce6dac8db17000ac0041 (diff) | |
download | pam-fed0b59e8ae72079648b378e8a2d87d65e89ffa4.tar.gz pam-fed0b59e8ae72079648b378e8a2d87d65e89ffa4.tar.bz2 pam-fed0b59e8ae72079648b378e8a2d87d65e89ffa4.zip |
configure.ac: do not use AC_PROG_LN_S
Given that LN_S defined by AC_PROG_LN_S is not used,
there is no point in using this macro.
* configure.ac (AC_PROG_LN_S): Remove.
-rw-r--r-- | configure.ac | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 0e847699..baaad4a9 100644 --- a/configure.ac +++ b/configure.ac @@ -69,7 +69,6 @@ AC_PROG_CC AC_PROG_YACC AM_PROG_LEX AC_PROG_INSTALL -AC_PROG_LN_S AM_PROG_CC_C_O PAM_LD_AS_NEEDED PAM_LD_NO_UNDEFINED |