24 lines
710 B
Diff
24 lines
710 B
Diff
From d203089834c735b422f48cafe917aab1134591b3 Mon Sep 17 00:00:00 2001
|
|
From: Kay Sievers <kay@vrfy.org>
|
|
Date: Wed, 3 Jun 2015 14:50:58 +0200
|
|
Subject: [PATCH] configure.ac: add missing komma
|
|
|
|
(cherry picked from commit 1a435084b7f55bc24042f9bc47c18e4e2381f667)
|
|
---
|
|
configure.ac | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/configure.ac b/configure.ac
|
|
index fa3232e3c1..ffde0a667b 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])
|
|
|