diff options
author | Thorsten Kukuk <kukuk@thkukuk.de> | 2005-08-18 11:13:30 +0000 |
---|---|---|
committer | Thorsten Kukuk <kukuk@thkukuk.de> | 2005-08-18 11:13:30 +0000 |
commit | d0fdfbbb6df637df2049129a12fd51dd313937e3 (patch) | |
tree | af321381af8b405ffc01c1ce5850dcc25e153891 /configure.in | |
parent | 61453cd289e5bcf6f0c87ede494fa54e4e282456 (diff) | |
download | pam-d0fdfbbb6df637df2049129a12fd51dd313937e3.tar.gz pam-d0fdfbbb6df637df2049129a12fd51dd313937e3.tar.bz2 pam-d0fdfbbb6df637df2049129a12fd51dd313937e3.zip |
Relevant BUGIDs: none
Purpose of commit: new feature
Commit summary:
---------------
Use modules.map as linker version map for all PAM modules
Use /var/run for debug output instead of /tmp (Patches from ALT Linux/OWL)
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in index a1645372..3f636c12 100644 --- a/configure.in +++ b/configure.in @@ -147,12 +147,12 @@ if test "$LIBPRELUDE_CONFIG" != "no" ; then LIBPRELUDE_CFLAGS="$LIBPRELUDE_CFLAGS -DPRELUDE=1" fi -dnl lots of debugging information goes to /tmp/pam-debug.log +dnl lots of debugging information goes to /var/run/pam-debug.log AC_ARG_ENABLE([debug], AC_HELP_STRING([--enable-debug], [specify you are building with debugging on]), WITH_DEBUG=yes ; AC_DEFINE([DEBUG],, - [lots of stuff gets written to /tmp/pam-debug.log]), + [lots of stuff gets written to /var/run/pam-debug.log]), WITH_DEBUG=no) AC_SUBST(WITH_DEBUG) |