summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorLudovic Ferrandis <ludovic.ferrandis@intel.com>2013-02-26 14:58:41 +0100
committerRegis Merlino <regis.merlino@intel.com>2013-02-26 16:59:06 +0100
commit3b2354d1c3ca43caa1c7caf6d534f608e476598a (patch)
treedbb55c20a8053be23e88a6581bd3a205c228f628 /configure.ac
parent3463d512f7befa51e4b3b67205d90c711cbb8238 (diff)
downloaddleyna-server-3b2354d1c3ca43caa1c7caf6d534f608e476598a.tar.gz
[Coding Convention] Cleaning
- Rename functions, consts, types according to new prefix dls_ or DLS_ - Harmonize header files -> Same definition/usage for the header inclusion protection. -> Same presentation - Same project name (dleyna -> dLeyna) - Check copyright - Run checkpatch Signed-off-by: Ludovic Ferrandis <ludovic.ferrandis@intel.com>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index c733d22..08ec2be 100644
--- a/configure.ac
+++ b/configure.ac
@@ -174,7 +174,7 @@ AC_ARG_ENABLE(lib-only,
[compile only the libdleyna-server library]),
[],
[enable_lib_only=no])
-
+
AS_IF([test "x$[]enable_lib_only" = "xno"],
[PKG_CHECK_MODULES([DBUS], [dbus-1],
[DBUS_SESSION_DIR=`$PKG_CONFIG --variable=session_bus_services_dir dbus-1`;