]> granicus.if.org Git - sudo/commitdiff
$CSOPS -> $with_csops (whoops, missed one)
authorTodd C. Miller <Todd.Miller@courtesan.com>
Wed, 3 Apr 1996 18:40:42 +0000 (18:40 +0000)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Wed, 3 Apr 1996 18:40:42 +0000 (18:40 +0000)
configure.in

index 7382c589464e7dfbab83dc1739ae9b055504f9c7..3150e660e4b4c270681d7df28579dd2de0ddb3ec 100644 (file)
@@ -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