blob: 6b190a2663cf7ef9b2fc7ac816853c1f7327b16d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
diff -ur rodent-4.7.4.orig//configure rodent-4.7.4/configure
--- rodent-4.7.4.orig//configure 2011-10-17 23:36:00.000000000 +0200
+++ rodent-4.7.4/configure 2011-11-15 10:59:49.850000007 +0100
@@ -1587,7 +1587,7 @@
--disable-nls do not use Native Language Support
--disable-largefile omit support for large files
--enable-icontheme Include rodent icon theme
- --enable-gvfs Turn on gvfs plugin
+ --enable-gvfsplugin Turn on gvfs plugin
--enable-propertiesplugin Turn on properties dialog plugin
--enable-fgrplugin Turn on fgr (find-grep search tool) plugin
--enable-mimeplugin Turn on mimetype determination plugin
@@ -15236,7 +15236,7 @@
# Check whether --enable-fgrplugin was given.
if test "${enable_fgrplugin+set}" = set; then :
enableval=$enable_fgrplugin; case "${enableval}" in
- yes) fgrplugingin=true ;;
+ yes) fgrplugin=true ;;
no) fgrplugin=false ;;
*) as_fn_error "bad value ${enableval} for --enable-fgrplugin (use either yes or no)" "$LINENO" 5 ;;
esac
@@ -15342,7 +15342,7 @@
# Check whether --enable-fstabplugin was given.
if test "${enable_fstabplugin+set}" = set; then :
enableval=$enable_fstabplugin; case "${enableval}" in
- yes) fstabplugingins=true ;;
+ yes) fstabplugin=true ;;
no) fstabplugin=false ;;
*) as_fn_error "bad value ${enableval} for --enable-fstabplugin (use either yes or no)" "$LINENO" 5 ;;
esac
|