summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeffrey Altman <jaltman@secure-endpoints.com>2007-01-30 11:02:32 +0000
committerJeffrey Altman <jaltman@secure-endpoints.com>2007-01-30 11:02:32 +0000
commit76dda3ed3da237f3bba62ec63933aaed7a4ae80e (patch)
tree0cc2dfabecac9c591ba4a7824f42948519596848
parent8240e41f75eb4920435503977c7e83fed8793f08 (diff)
downloadkrb5-76dda3ed3da237f3bba62ec63933aaed7a4ae80e.tar.gz
krb5-76dda3ed3da237f3bba62ec63933aaed7a4ae80e.tar.xz
krb5-76dda3ed3da237f3bba62ec63933aaed7a4ae80e.zip
KFW: 32-bit builds use the pismere krbv4w32.dll library
Only the 32-bit builds should use the pismere krbv4w32.dll library. Pismere does not provide 64-bit support. ticket: new tags: pullup git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@19122 dc483132-0cff-0310-8789-dd5450dbe970
-rw-r--r--src/krb524/Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/krb524/Makefile.in b/src/krb524/Makefile.in
index 7f729192ce..c1c69ca12f 100644
--- a/src/krb524/Makefile.in
+++ b/src/krb524/Makefile.in
@@ -30,11 +30,11 @@ DEFINES = -DUSE_MASTER -DKRB524_PRIVATE=1
PROG_LIBPATH=-L$(TOPLIBD) $(KRB4_LIBPATH)
PROG_RPATH=$(KRB5_LIBDIR)
-##WIN32##!ifdef USE_ALTERNATE_KRB4_INCLUDES
+##WIN32##!if ("$(CPU)" == "i386") && defined(USE_ALTERNATE_KRB4_INCLUDES)
##WIN32##KRB4_INCLUDES=-I$(USE_ALTERNATE_KRB4_INCLUDES)
##WIN32##!endif
-##WIN32##!ifdef USE_ALTERNATE_KRB4_LIB
+##WIN32##!if ("$(CPU)" == "i386") && defined(USE_ALTERNATE_KRB4_LIB)
##WIN32##K4LIB=$(USE_ALTERNATE_KRB4_LIB)
##WIN32##!endif