git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@226 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Linas Vepstas 1997-12-01 10:25:27 +00:00
parent a84a14e49a
commit fd65d1c9a4
4 changed files with 4 additions and 4 deletions

View File

@ -47,7 +47,7 @@
#define HAVE_XPM 1
/* Use the new XmHTML widdget instead of the old htmlw widget */
#define HAVE_Z 1
#define HAVE_ZLIB 1
#define HAVE_PNG 1
#define HAVE_JPEG 1

View File

@ -46,7 +46,7 @@
#define HAVE_XPM
/* Use the new XmHTML widdget instead of the old htmlw widget */
#undef HAVE_Z
#undef HAVE_ZLIB
#undef HAVE_PNG
#undef HAVE_JPEG

2
configure vendored
View File

@ -1498,7 +1498,7 @@ fi
if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
echo "$ac_t""yes" 1>&6
cat >> confdefs.h <<\EOF
#define HAVE_Z 1
#define HAVE_ZLIB 1
EOF
LIBS="-lz $LIBS"
else

View File

@ -45,7 +45,7 @@ AC_SUBST(x_libraries)
LIBS="-lm"
AC_CHECK_LIB(z, deflateEnd,
AC_DEFINE(HAVE_Z,1) LIBS="-lz $LIBS")
AC_DEFINE(HAVE_ZLIB,1) LIBS="-lz $LIBS")
AC_SUBST(LIBS)
AC_CHECK_LIB(jpeg, jpeg_read_scanlines,