mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
oops
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@226 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
a84a14e49a
commit
fd65d1c9a4
2
config.h
2
config.h
@ -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
|
||||
|
||||
|
@ -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
2
configure
vendored
@ -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
|
||||
|
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user