1999-01-10 18:33:41 +00:00
|
|
|
--- /usr/ports/security/sudo/work2/sudo.v1.5.7p4/configure Tue Nov 24 05:40:24 1998
|
|
|
|
+++ configure Sat Jan 2 04:07:08 1999
|
|
|
|
@@ -665,8 +667,8 @@
|
1996-02-05 16:37:53 +00:00
|
|
|
|
|
|
|
test "$mandir" = '${prefix}/man' && mandir='$(prefix)/man'
|
|
|
|
test "$bindir" = '${exec_prefix}/bin' && bindir='$(exec_prefix)/bin'
|
1999-01-10 18:33:41 +00:00
|
|
|
-test "$sbindir" = '${exec_prefix}/sbin' && sbindir='$(exec_prefix)/sbin'
|
1996-02-05 16:37:53 +00:00
|
|
|
-test "$sysconfdir" = '${prefix}/etc' && sysconfdir='/etc'
|
1999-01-10 18:33:41 +00:00
|
|
|
+test "$sbindir" = '${exec_prefix}/sbin' || sbindir='$(exec_prefix)/sbin'
|
1996-02-05 16:37:53 +00:00
|
|
|
+test "$sysconfdir" = '${prefix}/etc' || sysconfdir='/etc'
|
|
|
|
|
|
|
|
|
1996-09-06 13:41:04 +00:00
|
|
|
# Check whether --with-CC or --without-CC was given.
|
1999-01-10 18:33:41 +00:00
|
|
|
@@ -7000,7 +7016,7 @@
|
1998-05-29 08:30:27 +00:00
|
|
|
fi
|
|
|
|
|
|
|
|
if test "$with_skey" = "yes"; then
|
|
|
|
- SUDO_LIBS="${SUDO_LIBS} -lskey"
|
1998-05-29 08:54:47 +00:00
|
|
|
+ SUDO_LIBS="${SUDO_LIBS} -lskey -lmd"
|
1998-05-29 08:30:27 +00:00
|
|
|
if test -f /usr/include/skey.h -a -f /usr/lib/libskey.a; then
|
|
|
|
:
|
|
|
|
elif test -f /usr/local/include/skey.h; then
|