summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorThorsten Kukuk <kukuk@thkukuk.de>2005-08-18 11:13:30 +0000
committerThorsten Kukuk <kukuk@thkukuk.de>2005-08-18 11:13:30 +0000
commitd0fdfbbb6df637df2049129a12fd51dd313937e3 (patch)
treeaf321381af8b405ffc01c1ce5850dcc25e153891 /configure.in
parent61453cd289e5bcf6f0c87ede494fa54e4e282456 (diff)
downloadlinux-pam-git-d0fdfbbb6df637df2049129a12fd51dd313937e3.tar.gz
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.in4
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)