[Libreoffice-commits] core.git: configure.ac

Markus Mohrhard markus.mohrhard at googlemail.com
Thu May 11 19:59:20 UTC 2017


 configure.ac |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

New commits:
commit 8bb6dab0b4007501bd7a970658360520667e5093
Author: Markus Mohrhard <markus.mohrhard at googlemail.com>
Date:   Thu May 11 21:15:41 2017 +0200

    remove avahi option from random config tb
    
    Change-Id: I2762de031dc1b926e85630fe03bf7c1dbe936569
    Reviewed-on: https://gerrit.libreoffice.org/37517
    Tested-by: Jenkins <ci at libreoffice.org>
    Reviewed-by: Markus Mohrhard <markus.mohrhard at googlemail.com>

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],


More information about the Libreoffice-commits mailing list