this is how you spell daemon
authordiscomfitor <discomfitor@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Sat, 11 Dec 2010 17:53:10 +0000 (17:53 +0000)
committerdiscomfitor <discomfitor@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Sat, 11 Dec 2010 17:53:10 +0000 (17:53 +0000)
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/e_dbus@55501 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

configure.ac

index 44fed6b..f93c015 100644 (file)
@@ -184,7 +184,7 @@ EFL_ENABLE_BIN([edbus-test], ["yes"])
 EFL_ENABLE_BIN([edbus-test-client], ["yes"])
 EFL_ENABLE_BIN([edbus-bluez-test], [${enable_ebluez}])
 EFL_ENABLE_BIN([edbus-connman-test], [${enable_econnman}])
-EFL_ENABLE_BIN([edbus-notification-deamon-test], [${enable_enotify}])
+EFL_ENABLE_BIN([edbus-notification-daemon-test], [${enable_enotify}])
 EFL_ENABLE_BIN([edbus-notify-send], [${enable_enotify}])
 EFL_ENABLE_BIN([edbus-notify-test], [${enable_enotify}])
 EFL_ENABLE_BIN([edbus-ofono-test], [${enable_eofono}])
@@ -218,11 +218,11 @@ if test "x${have_edbus_connman_test}" = "xyes" ; then
       [have_edbus_connman_test="no"])
 fi
 
-if test "x${have_edbus_notification_deamon_test}" = "xyes" ; then
+if test "x${have_edbus_notification_daemon_test}" = "xyes" ; then
    PKG_CHECK_MODULES([EDBUS_NOTIFICATION_DEAMON_TEST],
       [ecore >= 1.0.0 evas >= 1.0.0 eina >= 1.0.0 dbus-1 >= 0.62],
-      [have_edbus_notification_deamon_test="yes"],
-      [have_edbus_notification_deamon_test="no"])
+      [have_edbus_notification_daemon_test="yes"],
+      [have_edbus_notification_daemon_test="no"])
 fi
 
 if test "x${have_edbus_notify_send}" = "xyes" ; then
@@ -360,7 +360,7 @@ echo "    EDbus test.........: $have_edbus_test"
 echo "    EDbus client test..: $have_edbus_test_client"
 echo "    EBluez test........: $have_edbus_bluez_test"
 echo "    EConnman test......: $have_edbus_connman_test"
-echo "    ENotify Deamon test: $have_edbus_notification_deamon_test"
+echo "    ENotify Deamon test: $have_edbus_notification_daemon_test"
 echo "    ENotify send.......: $have_edbus_notify_send"
 echo "    ENotify test.......: $have_edbus_notify_test"
 echo "    EOfono test........: $have_edbus_ofono_test"