Update kerberos directory in win-build windows-port
authorKevin Wasserman <krwasserman@hotmail.com>
Tue, 28 Apr 2015 14:34:51 +0000 (10:34 -0400)
committerKevin Wasserman <krwasserman@hotmail.com>
Tue, 28 Apr 2015 14:34:51 +0000 (10:34 -0400)
updated to match location in amazon instance.
should be fixed to read from registry.

win-build

index 5c9c1f0..ffa0e28 100644 (file)
--- 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