Removed
Link Here
|
1 |
--- configure.orig 2009-01-11 06:25:20.000000000 +0900 |
2 |
+++ configure 2009-01-13 09:14:55.000000000 +0900 |
3 |
@@ -12634,7 +12634,7 @@ |
4 |
with_gvfs_source="no" |
5 |
fi |
6 |
|
7 |
- if test "x$with_gvfs_source" == xno; then |
8 |
+ if test "x$with_gvfs_source" = xno; then |
9 |
LOCAL_LIBDAEMON_SRC_TRUE= |
10 |
LOCAL_LIBDAEMON_SRC_FALSE='#' |
11 |
else |
12 |
@@ -12642,7 +12642,7 @@ |
13 |
LOCAL_LIBDAEMON_SRC_FALSE= |
14 |
fi |
15 |
|
16 |
-if test "x$with_gvfs_source" == "xno"; then |
17 |
+if test "x$with_gvfs_source" = "xno"; then |
18 |
{ echo "$as_me:$LINENO: Assuming an internal gvfs source tree" >&5 |
19 |
echo "$as_me: Assuming an internal gvfs source tree" >&6;} |
20 |
with_gvfs_source="${srcdir}/gvfs" |