diff options
author | Denis Kenzior <denkenz@gmail.com> | 2012-05-24 06:48:48 -0500 |
---|---|---|
committer | Denis Kenzior <denkenz@gmail.com> | 2012-05-24 09:28:31 -0500 |
commit | fad0dad5a094c2c9b9189fd70489e6c5f2a637eb (patch) | |
tree | dcae0f5c06e8b370f434a871be103308d23e18b7 /configure.ac | |
parent | 2c2871cd9e1b57011fb20191c838b66627559364 (diff) |
build: Whitespace & keep vim happy
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index d2092b94..c1aa51f8 100644 --- a/configure.ac +++ b/configure.ac @@ -213,7 +213,7 @@ fi AM_CONDITIONAL(PROVISION, test "${enable_provision}" != "no") AC_ARG_ENABLE(datafiles, AC_HELP_STRING([--disable-datafiles], - [don't install configuration and data files]), + [do not install configuration and data files]), [enable_datafiles=${enableval}]) AM_CONDITIONAL(DATAFILES, test "${enable_datafiles}" != "no") @@ -243,4 +243,4 @@ AC_DEFINE_UNQUOTED(CONFIGDIR, "${configdir}", [Directory for the configuration files]) AC_OUTPUT(Makefile include/version.h src/ofono.service ofono.pc \ - dundee/dundee.service) + dundee/dundee.service) |