mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
badca57123
Submitted by: Alex Perel <veers@disturbed.net> Reviewed by: cpiazza, obrien
12 lines
356 B
Plaintext
12 lines
356 B
Plaintext
--- configure.in Mon Jul 19 15:53:39 1999
|
|
+++ configure.in Mon Jul 19 15:54:32 1999
|
|
@@ -936,7 +936,7 @@
|
|
AC_SUBST(AUTHLIB)
|
|
AC_CHECK_HEADERS(security/pam_appl.h shadow.h)
|
|
if test "$ac_cv_header_security_pam_appl_h" = "yes"; then
|
|
- AUTHLIB="-lpam -ldl"
|
|
+ AUTHLIB="-lpam"
|
|
else
|
|
if test "$ac_cv_header_shadow_h" = "yes"; then
|
|
AUTHLIB="-lshadow"
|