diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2017-05-11 21:15:41 +0200 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2017-05-11 21:58:42 +0200 |
commit | 8bb6dab0b4007501bd7a970658360520667e5093 (patch) | |
tree | b45d3bbcc6a77c8e351ae360c4c6beef1380d6d4 /configure.ac | |
parent | 6aba29576df7a2a40e54040d4dd09d94d6594741 (diff) |
remove avahi option from random config tb
Change-Id: I2762de031dc1b926e85630fe03bf7c1dbe936569
Reviewed-on: https://gerrit.libreoffice.org/37517
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac index 900a9f87f89e..ce1d74182b09 100644 --- a/configure.ac +++ b/configure.ac @@ -1130,10 +1130,10 @@ libo_FUZZ_ARG_ENABLE(directx, compile. (DirectX SDK, GDI+ libs)]) ) -libo_FUZZ_ARG_ENABLE(avahi, +AC_ARG_ENABLE(avahi, AS_HELP_STRING([--enable-avahi], - [Determines whether to use Avahi to advertise Impress to remote controls.]), -,) + [Determines whether to use Avahi to advertise Impress to remote controls.]) +) libo_FUZZ_ARG_ENABLE(werror, AS_HELP_STRING([--enable-werror], |