aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry V. Levin <ldv@strace.io>2024-08-14 08:00:00 +0000
committerDmitry V. Levin <ldv@strace.io>2024-08-14 08:00:00 +0000
commit45e46fc159af1e5c42bfda523ae90141a4d87bf7 (patch)
tree1ba9018d086600bc7b700b925ba1a882fa9d92be
parentfed0b59e8ae72079648b378e8a2d87d65e89ffa4 (diff)
downloadpam-45e46fc159af1e5c42bfda523ae90141a4d87bf7.tar.gz
pam-45e46fc159af1e5c42bfda523ae90141a4d87bf7.tar.bz2
pam-45e46fc159af1e5c42bfda523ae90141a4d87bf7.zip
configure.ac: do not use AM_PROG_CC_C_O
According to the GNU Automake manual, this macro is obsolescent, and its explicit use should no longer be required. * configure.ac (AM_PROG_CC_C_O): Remove.
-rw-r--r--configure.ac1
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index baaad4a9..26dadc45 100644
--- a/configure.ac
+++ b/configure.ac
@@ -69,7 +69,6 @@ AC_PROG_CC
AC_PROG_YACC
AM_PROG_LEX
AC_PROG_INSTALL
-AM_PROG_CC_C_O
PAM_LD_AS_NEEDED
PAM_LD_NO_UNDEFINED
PAM_LD_O1