]> git.ipfire.org Git - thirdparty/openvpn.git/commit
autoconf: Fix typo
authorDavid Sommerseth <davids@redhat.com>
Fri, 7 Jun 2013 10:15:30 +0000 (12:15 +0200)
committerGert Doering <gert@greenie.muc.de>
Wed, 3 Jul 2013 19:39:46 +0000 (21:39 +0200)
commit8065cd1c65273ef05ba2ac66f15224e170a57290
tree7d882d4438934199225f9694eb1c9222d42351f5
parent587df08abda3c8f1f85ccdba4d8b82a736c11e2d
autoconf: Fix typo

In config.h, it would state:

      /* Enable systemd support */
      #define ENABLE_PLUGIN 1

instead of

      /* Enable plug-in support */
      #define ENABLE_PLUGIN 1

Signed-off-by: David Sommerseth <davids@redhat.com>
Acked-by: Gert Doering <gert@greenie.muc.de>
Message-Id: <1370600130-6075-1-git-send-email-dazo@users.sourceforge.net>
URL: http://article.gmane.org/gmane.network.openvpn.devel/7658
Signed-off-by: Gert Doering <gert@greenie.muc.de>
configure.ac