restore original logic for setting MOZ_NO_WALLET_HACK which I believe was correct all along

git-svn-id: svn://10.0.0.236/trunk@27553 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
morse%netscape.com
1999-04-15 05:43:24 +00:00
parent 71f9d5be08
commit b3320d89bd

View File

@@ -62,11 +62,7 @@ MOZ_INSURE_DIRS = @MOZ_INSURE_DIRS@
MOZ_INSURE_EXCLUDE_DIRS = @MOZ_INSURE_EXCLUDE_DIRS@
MOZ_BUILD_XPFE = @MOZ_BUILD_XPFE@
ifndef MOZ_BUILD_XPFE
MOZ_NO_WALLET_HACK=1
endif
MOZ_NO_WALLET_HACK = @MOZ_BUILD_XPFE@
MOZ_NATIVE_NSPR = @MOZ_NATIVE_NSPR@
# Should the extra CFLAGS only be added in Makefile.ins that need them?