sgi fixes

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@233 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Linas Vepstas 1997-12-01 21:42:35 +00:00
parent 6962e33028
commit b27bb371b0
2 changed files with 4 additions and 4 deletions

View File

@ -52,11 +52,11 @@
#define HAVE_JPEG 1
#if HAVE_XPM
#define USE_HTMLW 0
/* #undef USE_HTMLW */
#define USE_XMHTML 1
#else
#define USE_HTMLW 1
#define USE_XMHTML 0
/* #undef USE_XMHTML */
#endif
#endif

View File

@ -51,11 +51,11 @@
#undef HAVE_JPEG
#if HAVE_XPM
#define USE_HTMLW 0
#undef USE_HTMLW
#define USE_XMHTML 1
#else
#define USE_HTMLW 1
#define USE_XMHTML 0
#undef USE_XMHTML
#endif
#endif