blob: 235656df1b7e9d59f22f9a3e5f732a06ee8a9266 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
--- configure.orig 2008-02-11 21:29:42.000000000 -0500
+++ configure 2008-02-11 21:29:51.000000000 -0500
@@ -23793,7 +23793,7 @@ else
tests_status="no"
fi
- if test "$enable_tests" == "yes"; then
+ if test "$enable_tests" = "yes"; then
WITH_TESTS_TRUE=
WITH_TESTS_FALSE='#'
else
@@ -25228,7 +25228,7 @@ fi
dbus_status=$DBUS_VERSION
fi
- if test "$enable_dbus" == "yes"; then
+ if test "$enable_dbus" = "yes"; then
WITH_DBUS_TRUE=
WITH_DBUS_FALSE='#'
else
|