aboutsummaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-03-08 11:06:12 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-03-08 11:06:12 +0000
commita305abdfe054c5ef5e472d2d99723b4032308b1d (patch)
tree22f7d398e3c7718d84879e622df2c6e61d7eb34c /configure.in
parent0ff75d10977146767ccc42c2e2915f75886a68bf (diff)
also resize inline images.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@155 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in10
1 files changed, 0 insertions, 10 deletions
diff --git a/configure.in b/configure.in
index 265111f1..64df089a 100644
--- a/configure.in
+++ b/configure.in
@@ -95,15 +95,6 @@ AC_SUBST(manualdir)
faqdir='${prefix}/${DATADIRNAME}/${PACKAGE}/faq'
AC_SUBST(faqdir)
-dnl Check for built-in image view support
-AC_ARG_ENABLE(gdk-pixbuf,
- [ --disable-gdk-pixbuf Do not use gdk-pixbuf],
- [ac_cv_enable_gdk_pixbuf=$enableval], [ac_cv_enable_gdk_pixbuf=yes])
-
-if test "$ac_cv_enable_gdk_pixbuf" = yes; then
- AC_DEFINE(HAVE_GDK_PIXBUF, 1, Define if you use gdk-pixbuf to support image view)
-fi
-
dnl GPGME is used to support OpenPGP
AC_ARG_ENABLE(gpgme,
[ --enable-gpgme Enable GnuPG support using GPGME [default=no]],
@@ -343,7 +334,6 @@ dnl Output the configuration summary
echo ""
echo "$PACKAGE $VERSION"
echo ""
-echo "image support : $ac_cv_enable_gdk_pixbuf"
echo "GnuPG : $ac_cv_enable_gpgme"
echo "JPilot : $ac_cv_enable_jpilot"
echo "LDAP : $ac_cv_enable_ldap"