From 96b552b0fe9b2d8260c872915ab7146cdfe86780 Mon Sep 17 00:00:00 2001 From: Diego Escalante Urrelo Date: Mon, 17 Dec 2007 00:27:18 +0000 Subject: 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 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') 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 -- cgit v1.2.3