mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
sgi fixes
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@233 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
6962e33028
commit
b27bb371b0
4
config.h
4
config.h
@ -52,11 +52,11 @@
|
|||||||
#define HAVE_JPEG 1
|
#define HAVE_JPEG 1
|
||||||
|
|
||||||
#if HAVE_XPM
|
#if HAVE_XPM
|
||||||
#define USE_HTMLW 0
|
/* #undef USE_HTMLW */
|
||||||
#define USE_XMHTML 1
|
#define USE_XMHTML 1
|
||||||
#else
|
#else
|
||||||
#define USE_HTMLW 1
|
#define USE_HTMLW 1
|
||||||
#define USE_XMHTML 0
|
/* #undef USE_XMHTML */
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
@ -51,11 +51,11 @@
|
|||||||
#undef HAVE_JPEG
|
#undef HAVE_JPEG
|
||||||
|
|
||||||
#if HAVE_XPM
|
#if HAVE_XPM
|
||||||
#define USE_HTMLW 0
|
#undef USE_HTMLW
|
||||||
#define USE_XMHTML 1
|
#define USE_XMHTML 1
|
||||||
#else
|
#else
|
||||||
#define USE_HTMLW 1
|
#define USE_HTMLW 1
|
||||||
#define USE_XMHTML 0
|
#undef USE_XMHTML
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user