Skip to content

Commit 6c1740f

Browse files
Fix typo in configure script help description.
1 parent 0994d25 commit 6c1740f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

configure

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1376,7 +1376,7 @@ Optional Features:
13761376
--enable-debug Enable debug build
13771377
--disable-gui Disable the GUI for headless running. Disables
13781378
QtDBus and the GeoIP Database.
1379-
--enable-systemd Install the systemd service file (GUI only).
1379+
--enable-systemd Install the systemd service file (headless only).
13801380
--disable-webui Disable the WebUI.
13811381
--disable-qt-dbus Disable use of QtDBus (GUI only)
13821382

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ AC_ARG_ENABLE(gui,
5656

5757
AC_ARG_ENABLE(systemd,
5858
[AS_HELP_STRING([--enable-systemd],
59-
[Install the systemd service file (GUI only).])],
59+
[Install the systemd service file (headless only).])],
6060
[],
6161
[enable_systemd=no])
6262

0 commit comments

Comments
 (0)