diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2010-09-06 14:23:42 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2010-09-06 14:23:42 +0200 |
commit | 13e6d9e15ba78b4721b7b3e7737600cd4b34e7f2 (patch) | |
tree | 44a04b760fb3d55175e113474a04aa590520bb0e /configure.ac | |
parent | 5737a46a761a6af5d47b2ae68e264d30836adb9a (diff) |
Cosmetic changes
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac index 484a443..a98b562 100644 --- a/configure.ac +++ b/configure.ac @@ -64,7 +64,5 @@ DISABLE_RPATH # Output. # AC_CONFIG_HEADERS([odb/mysql/config.h odb/mysql/details/config.h]) -AC_CONFIG_FILES([ - __path__(config_files) -]) +AC_CONFIG_FILES([__path__(config_files)]) AC_OUTPUT |