search for: opie_msg

Displaying 2 results from an estimated 2 matches for "opie_msg".

Did you mean: openmsg
2001 Jun 03
1
OPIE support patch
...if }; diff -wur org/openssh-2.5.2p2/configure.in openssh-2.5.2p2/configure.in --- org/openssh-2.5.2p2/configure.in Mon Mar 19 00:09:28 2001 +++ openssh-2.5.2p2/configure.in Sun Jun 3 18:36:22 2001 @@ -473,6 +473,31 @@ ) LIBS="$LIBS $KLIBS" +# Check whether user wants OPIE support +OPIE_MSG="no" +AC_ARG_WITH(opie, + [ --with-opie=PATH Enable OPIE support], + [ + if test "x$withval" != "xno" ; then + + if test "x$withval" != "xyes" ; then + CPPFLAGS="$CPPFLAGS -I${withval}/include" + LDFLAGS="$LDFLAGS -...
2001 Nov 04
2
OPIE patch for current CVS
...if #endif #endif NULL diff -x CVS -wNur ../cvs/other/openssh_cvs/configure.ac openssh_cvs/configure.ac --- ../cvs/other/openssh_cvs/configure.ac Sat Oct 27 19:45:37 2001 +++ openssh_cvs/configure.ac Sun Nov 4 01:32:17 2001 @@ -514,6 +514,32 @@ ] ) +# Check whether user wants OPIE support +OPIE_MSG="no" +AC_ARG_WITH(opie, + [ --with-opie[[=PATH]] Enable OPIE support + (optionally in PATH)], + [ + if test "x$withval" != "xno" ; then + + if test "x$withval" != "xyes" ; then + CPPFLAGS="$CPPFLAGS -I${w...