]> 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:40:14 +0000 (21:40 +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>
(cherry picked from commit 8065cd1c65273ef05ba2ac66f15224e170a57290)

configure.ac

index 4b7f96ea4dd2db994de5cbd647b508d045662c05..dd7a5ed297441845e02ab4d6273811bcb1629f6e 100644 (file)
@@ -967,7 +967,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"