From: Todd C. Miller Date: Wed, 3 Apr 1996 18:40:42 +0000 (+0000) Subject: $CSOPS -> $with_csops (whoops, missed one) X-Git-Tag: SUDO_1_5_0~228 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ec1dffeb65d0109c32e5145a0352d913aa23c170;p=sudo $CSOPS -> $with_csops (whoops, missed one) --- diff --git a/configure.in b/configure.in index 7382c5894..3150e660e 100644 --- a/configure.in +++ b/configure.in @@ -569,7 +569,7 @@ if test "$with_skey" = "yes" ; then elif test -f /usr/local/include/skey.h; then CPPFLAGS="${CPPFLAGS} -I/usr/local/include" SUDO_LDFLAGS="${SUDO_LDFLAGS} -L/usr/local/lib" - elif test "$CSOPS" = "yes" -a -f /tools/cs/skey/include/skey.h -a -f /tools/cs/skey/lib/libskey.a; then + elif test "$with_csops" = "yes" -a -f /tools/cs/skey/include/skey.h -a -f /tools/cs/skey/lib/libskey.a; then CPPFLAGS="${CPPFLAGS} -I/tools/cs/skey/include" SUDO_LDFLAGS="${SUDO_LDFLAGS} -L/tools/cs/skey/lib" else