From 1e58136e2653c4a28a9fc78f51e165611cee8f89 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Sat, 2 Oct 2010 18:09:15 +0200 Subject: [PATCH] build: Remove some empty lines --- configure.ac | 2 -- 1 file changed, 2 deletions(-) diff --git a/configure.ac b/configure.ac index 1b9d07c5..58f4b08d 100644 --- a/configure.ac +++ b/configure.ac @@ -170,7 +170,6 @@ if (test "$localstatedir" = '${prefix}/var'); then else storagedir="${localstatedir}/lib/ofono" fi - AC_DEFINE_UNQUOTED(STORAGEDIR, "${storagedir}", [Directory for the storage files]) @@ -179,7 +178,6 @@ if (test "$sysconfdir" = '${prefix}/etc'); then else configdir="${sysconfdir}/ofono" fi - AC_DEFINE_UNQUOTED(CONFIGDIR, "${configdir}", [Directory for the configuration files])