summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--configure.ac6
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],