9ee3ff4e55
Added a 'Copy Both' menu item to the 'Entry' menu that 'queues' the username and password on the clipboard. Also, this release fixes some bugs in the configure script.
21 lines
450 B
Text
21 lines
450 B
Text
$NetBSD: patch-ac,v 1.1 2004/05/10 16:21:54 jmmv Exp $
|
|
|
|
--- configure.orig 2004-05-06 22:57:46.000000000 +0200
|
|
+++ configure
|
|
@@ -20291,6 +20291,7 @@ esac
|
|
fi
|
|
PKG_CONFIG=$ac_cv_path_PKG_CONFIG
|
|
|
|
+if false; then
|
|
if test -n "$PKG_CONFIG"; then
|
|
echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
|
|
echo "${ECHO_T}$PKG_CONFIG" >&6
|
|
@@ -20350,6 +20351,8 @@ echo "${ECHO_T}$OPENSSL_LIBS" >&6
|
|
else
|
|
exit
|
|
fi
|
|
+fi
|
|
+OPENSSL_LIBS="-lssl -lcrypto"
|
|
|
|
|
|
|