diff options
author | Kay Sievers <kay@vrfy.org> | 2015-06-03 14:50:58 +0200 |
---|---|---|
committer | Kay Sievers <kay@vrfy.org> | 2015-06-03 14:50:58 +0200 |
commit | 1a435084b7f55bc24042f9bc47c18e4e2381f667 (patch) | |
tree | c295f4397987c871ce6450d8a2d11ec929813eeb /configure.ac | |
parent | 29d01b70640878f63e74ce20cb45fd747311fa18 (diff) |
configure.ac: add missing komma
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index c8f8658156..deafcc195b 100644 --- a/configure.ac +++ b/configure.ac @@ -21,7 +21,7 @@ AC_PREREQ([2.64]) AC_INIT([systemd], [220], - [http://github.com/systemd/systemd/issues] + [http://github.com/systemd/systemd/issues], [systemd], [http://www.freedesktop.org/wiki/Software/systemd]) |