aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorDiego Escalante Urrelo <diegoe@src.gnome.org>2007-12-17 08:27:18 +0800
committerDiego Escalante Urrelo <diegoe@src.gnome.org>2007-12-17 08:27:18 +0800
commit96b552b0fe9b2d8260c872915ab7146cdfe86780 (patch)
tree5595c0ba408b9d02b7971719da6ae1430cbde98a /configure.ac
parent2effa8540bf73f1e9b9d6d9e79c7fa70669cd02b (diff)
downloadgsoc2013-epiphany-96b552b0fe9b2d8260c872915ab7146cdfe86780.tar
gsoc2013-epiphany-96b552b0fe9b2d8260c872915ab7146cdfe86780.tar.gz
gsoc2013-epiphany-96b552b0fe9b2d8260c872915ab7146cdfe86780.tar.bz2
gsoc2013-epiphany-96b552b0fe9b2d8260c872915ab7146cdfe86780.tar.lz
gsoc2013-epiphany-96b552b0fe9b2d8260c872915ab7146cdfe86780.tar.xz
gsoc2013-epiphany-96b552b0fe9b2d8260c872915ab7146cdfe86780.tar.zst
gsoc2013-epiphany-96b552b0fe9b2d8260c872915ab7146cdfe86780.zip
Enable our filechooser by default, now the default builds will have nice image
previews in the filechooser. Read: nice previews when uploading pictures. svn path=/trunk/; revision=7779
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index fa6a1d351..e29fc4412 100644
--- a/configure.ac
+++ b/configure.ac
@@ -321,7 +321,7 @@ fi
AC_MSG_CHECKING([whether to enable native gtk+ filepicker])
AC_ARG_ENABLE([filepicker],
AS_HELP_STRING([--enable-filepicker],[Whether to enable the gtk+ native filepicker; not needed when the mozilla build itself has native gtk+ filepicker enabled (default:enabled)]),
- [],[enable_filepicker=no])
+ [],[enable_filepicker=yes])
AC_MSG_RESULT([$enable_filepicker])
if test "$enable_filepicker" = "yes"; then