]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
*** empty log message ***
authorNikos Mavrogiannopoulos <nmav@gnutls.org>
Thu, 21 Mar 2002 21:19:36 +0000 (21:19 +0000)
committerNikos Mavrogiannopoulos <nmav@gnutls.org>
Thu, 21 Mar 2002 21:19:36 +0000 (21:19 +0000)
configure.in

index f6411d5e17f1b81c3ec8dd2c77dfbb1afa42bd6c..f36e359d52c213dcab50ecd3663a73c059e559da 100644 (file)
@@ -248,7 +248,7 @@ else
 fi
 
 AC_MSG_CHECKING([whether to disable SRP authentication support])
-AC_ARG_ENABLE( srp, [  --disable-srp-authentication  disable the SRP authentication support],
+AC_ARG_ENABLE( srp, [  --disable-srp-authentication     disable the SRP authentication support],
  ac_enable_srp=no
 )
 if test x$ac_enable_srp != xno; then
@@ -259,7 +259,7 @@ else
 fi
 
 AC_MSG_CHECKING([whether to disable anonymous authentication support])
-AC_ARG_ENABLE( srp, [  --disable-anon-authentication disable the anonymous authentication support],
+AC_ARG_ENABLE( srp, [  --disable-anon-authentication    disable the anonymous authentication support],
  ac_enable_anon=no
 )
 if test x$ac_enable_anon != xno; then
@@ -270,6 +270,19 @@ else
 fi
 
 
+AC_MSG_CHECKING([whether to disable OpenPGP Certificate authentication support])
+AC_ARG_ENABLE( srp, [  --disable-openpgp-authentication disable the OpenPGP authentication support],
+ ac_enable_openpgp=no
+)
+if test x$ac_enable_openpgp != xno; then
+ AC_MSG_RESULT(no)
+ AC_CHECK_LIB(opencdk, cdk_iobuf_new,,AC_MSG_WARN(
+***
+*** OPENCDK was not found. You will not be able to use OpenPGP keys with gnutls.))
+else
+ AC_MSG_RESULT(yes)
+fi
+