From: Kevin Wasserman Date: Tue, 28 Apr 2015 14:34:51 +0000 (-0400) Subject: Update kerberos directory in win-build X-Git-Url: http://www.project-moonshot.org/gitweb/?p=mech_eap.git;a=commitdiff_plain;h=refs%2Fheads%2Fwindows-port Update kerberos directory in win-build updated to match location in amazon instance. should be fixed to read from registry. --- diff --git a/win-build b/win-build index 5c9c1f0..ffa0e28 100644 --- a/win-build +++ b/win-build @@ -5,5 +5,5 @@ export PATH=$PATH:/c/mingw/bin:/c/mingw set -v libtoolize autoreconf -f -i -./configure --enable-acceptor=no --with-krb5=/c/Kerberos --with-openssl=/c/openssl/build +./configure --enable-acceptor=no --with-krb5=/c/MIT/Kerberos/i386 --with-openssl=/c/openssl/build make