Fix typo in configure script help description.

This commit is contained in:
sledgehammer999 2015-05-02 23:51:51 +03:00
parent 0994d258e2
commit 6c1740f78f
2 changed files with 2 additions and 2 deletions

2
configure vendored
View File

@ -1376,7 +1376,7 @@ Optional Features:
--enable-debug Enable debug build
--disable-gui Disable the GUI for headless running. Disables
QtDBus and the GeoIP Database.
--enable-systemd Install the systemd service file (GUI only).
--enable-systemd Install the systemd service file (headless only).
--disable-webui Disable the WebUI.
--disable-qt-dbus Disable use of QtDBus (GUI only)

View File

@ -56,7 +56,7 @@ AC_ARG_ENABLE(gui,
AC_ARG_ENABLE(systemd,
[AS_HELP_STRING([--enable-systemd],
[Install the systemd service file (GUI only).])],
[Install the systemd service file (headless only).])],
[],
[enable_systemd=no])