diff options
author | David W. Chapman Jr. <dwcjr@FreeBSD.org> | 2001-09-04 17:48:22 +0000 |
---|---|---|
committer | David W. Chapman Jr. <dwcjr@FreeBSD.org> | 2001-09-04 17:48:22 +0000 |
commit | a1e9a6453837a467a0fd9d54c5184099fb87ed70 (patch) | |
tree | a47a351794472485a4e7af79cde9e0c0a5856eb7 /net/netatalk-devel/files/patch-configure | |
parent | Update to 1.1.5 (diff) |
Update to 1.5pre7
PR: 30319
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=47428
Diffstat (limited to 'net/netatalk-devel/files/patch-configure')
-rw-r--r-- | net/netatalk-devel/files/patch-configure | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/net/netatalk-devel/files/patch-configure b/net/netatalk-devel/files/patch-configure deleted file mode 100644 index ece0d3435d00..000000000000 --- a/net/netatalk-devel/files/patch-configure +++ /dev/null @@ -1,20 +0,0 @@ ---- configure.orig Thu Apr 12 15:27:42 2001 -+++ configure Fri May 18 08:13:51 2001 -@@ -4906,6 +4906,7 @@ - - fi - if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then -+if test "${with_pam+set}" = set; then - echo "$ac_t""yes" 1>&6 - cat >> confdefs.h <<\EOF - #define USE_PAM 1 -@@ -4914,6 +4915,9 @@ - LIBS="$LIBS -lpam" - compile_pam=yes - -+else -+ echo "$ac_t""no" 1>&6 -+fi - else - echo "$ac_t""no" 1>&6 - fi |