PERFORCE change 58378 for review
Dag-Erling Smorgrav
des at FreeBSD.org
Wed Jul 28 06:58:26 PDT 2004
http://perforce.freebsd.org/chv.cgi?CH=58378
Change 58378 by des at des.at.des.thinksec.com on 2004/07/28 13:57:54
Don't build su(1) and pam_unix(8) by default; they're just examples.
Affected files ...
.. //depot/projects/openpam/configure.in#4 edit
Differences ...
==== //depot/projects/openpam/configure.in#4 (text+ko) ====
@@ -1,4 +1,4 @@
-dnl $P4: //depot/projects/openpam/configure.in#3 $
+dnl $P4: //depot/projects/openpam/configure.in#4 $
AC_PREREQ(2.53)
AC_INIT([OpenPAM],[YYYYMMDD],[des at freebsd.org])
@@ -50,7 +50,7 @@
AC_HELP_STRING([--with-pam-su],
[compile example version of /bin/su]),
,
- [with_pam_su=yes])
+ [with_pam_su=no])
AC_MSG_RESULT($with_pam_su)
AC_MSG_CHECKING([whether to build example version of pam_unix.so])
@@ -58,7 +58,7 @@
AC_HELP_STRING([--with-pam-unix],
[compile example version of pam_unix.so]),
,
- [with_pam_unix=yes])
+ [with_pam_unix=no])
AC_MSG_RESULT($with_pam_unix)
AM_CONDITIONAL(WITH_PAM_SU, test "x$with_pam_su" = "xyes")
More information about the p4-projects
mailing list