From b5ae936a2bbe004cfdb2ba1b7b7a69b5926fd9ec Mon Sep 17 00:00:00 2001 From: "wtc%netscape.com" Date: Sat, 18 May 2002 00:41:20 +0000 Subject: [PATCH] Fixed typo (32 should be 64) in the previous checkin. --- nsprpub/config/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nsprpub/config/Makefile.in b/nsprpub/config/Makefile.in index 44569a190e3..eb789134eeb 100644 --- a/nsprpub/config/Makefile.in +++ b/nsprpub/config/Makefile.in @@ -90,7 +90,7 @@ endif ifeq ($(OS_ARCH), HP-UX) ifeq ($(USE_64),1) - XLDOPTS += +DD32 + XLDOPTS += +DD64 endif endif