aboutsummaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in12
1 files changed, 0 insertions, 12 deletions
diff --git a/configure.in b/configure.in
index 4a490af24b..d81022fbc9 100644
--- a/configure.in
+++ b/configure.in
@@ -1354,18 +1354,6 @@ AC_DEFUN([EVO_SET_COMPILE_FLAGS], [
$1_LIBS="[$]$1_LIBS $4"
])
-dnl enable USE_GTKFILECHOOSER if gtk version is > 2.4.0
-AC_ARG_ENABLE([file-chooser],
- AC_HELP_STRING([--enable-file-chooser],
- [Enable the usage of the GtkFileChooser in place of the GtkFileSelection dialog]),
- [enable_file_chooser=$enableval],[enable_file_chooser=yes])
-
-if test "x$enable_file_chooser" = "xyes"; then
- if pkg-config --atleast-version=2.4.0 gtk+-2.0; then
- AC_DEFINE(USE_GTKFILECHOOSER,1,[Use new GtkFileChooser])
- fi
-fi
-
dnl --- Required version numbers
BONOBOUI_REQUIRED=libbonoboui_minimum_version