summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>1999-12-29 10:17:09 +1100
committerDamien Miller <djm@mindrot.org>1999-12-29 10:17:09 +1100
commitd00d1611e4233b540d0f6f354e37fdd758a44d8f (patch)
tree92670d224ca7e5a3fd6cf2b975add1ac052285de /configure.in
parente79334a2b06d4c897c4b764e5e94af72320e3ea9 (diff)
- Print whether OpenSSH was compiled with RSARef, patch from
Nalin Dahyabhai <nalin@thermo.stat.ncsu.edu>
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index ae8afdf4d..581380ae2 100644
--- a/configure.in
+++ b/configure.in
@@ -96,7 +96,8 @@ AC_MSG_CHECKING([for RSAref library])
96saved_LIBS="$LIBS" 96saved_LIBS="$LIBS"
97LIBS="$saved_LIBS -lRSAglue -lrsaref" 97LIBS="$saved_LIBS -lRSAglue -lrsaref"
98AC_TRY_LINK([], [], 98AC_TRY_LINK([], [],
99[AC_MSG_RESULT(yes); ], 99[AC_MSG_RESULT(yes);
100 AC_DEFINE(RSAREF)],
100[AC_MSG_RESULT(no)]; LIBS="$saved_LIBS") 101[AC_MSG_RESULT(no)]; LIBS="$saved_LIBS")
101 102
102dnl Checks for libraries. 103dnl Checks for libraries.