]> git.ipfire.org Git - thirdparty/openvpn.git/commitdiff
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)
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

index 22947966217446b33498cf069d09c320c8c84a10..65c639c52b3fbcf77a10e985ad48ea465249c6f9 100644 (file)
@@ -1012,7 +1012,7 @@ fi
 
 if test "${enable_plugins}" = "yes"; then
        OPTIONAL_DL_LIBS="${DL_LIBS}"
-       AC_DEFINE([ENABLE_PLUGIN], [1], [Enable systemd support])
+       AC_DEFINE([ENABLE_PLUGIN], [1], [Enable plug-in support])
 else
        enable_plugin_auth_pam="no"
        enable_plugin_down_root="no"