diff options
author | Thorsten Kukuk <kukuk@thkukuk.de> | 2006-12-18 18:54:55 +0000 |
---|---|---|
committer | Thorsten Kukuk <kukuk@thkukuk.de> | 2006-12-18 18:54:55 +0000 |
commit | 8cdf517cae065073f12f5d37136625e4ec579bd5 (patch) | |
tree | 5da6cfe6672ef0e7a12adbc4915c2eee93a62f7d /configure.in | |
parent | d306b6d444ade86b9db232be4a03e91efb3ce800 (diff) | |
download | pam-8cdf517cae065073f12f5d37136625e4ec579bd5.tar.gz pam-8cdf517cae065073f12f5d37136625e4ec579bd5.tar.bz2 pam-8cdf517cae065073f12f5d37136625e4ec579bd5.zip |
Relevant BUGIDs:
Purpose of commit: bugfix
Commit summary:
---------------
2006-12-18 Thorsten Kukuk <kukuk@thkukuk.de>
* configure.in: Add AM_PROG_CC_C_O.
* libpam/Makefile.am: Add content of AM_LDFLAGS to *_LDFLAGS.
* modules/pam_tally/Makefile.am: Likewise.
* modules/pam_unix/Makefile.am: Likewise.
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.in b/configure.in index bc564fe8..08f1b4a4 100644 --- a/configure.in +++ b/configure.in @@ -68,6 +68,7 @@ AC_PROG_INSTALL AC_PROG_LN_S AC_PROG_MAKE_SET AC_PROG_LIBTOOL +AM_PROG_CC_C_O PAM_LD_AS_NEEDED PAM_LD_O1 |