Skip to content

Commit

Permalink
[nozzle] enable libnozzle build by default
Browse files Browse the repository at this point in the history
Signed-off-by: Fabio M. Di Nitto <fdinitto@redhat.com>
  • Loading branch information
fabbione committed Aug 3, 2018
1 parent b8a251e commit 12f0b56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.ac
Expand Up @@ -168,7 +168,7 @@ AM_CONDITIONAL([OVERRIDE_RPM_DEBUGINFO], [test x$override_rpm_debuginfo_option =

AC_ARG_ENABLE([libnozzle],
[AS_HELP_STRING([--enable-libnozzle],[libnozzle support])],,
[ enable_libnozzle="no" ])
[ enable_libnozzle="yes" ])

if test "x$enable_kronosnetd" = xyes; then
enable_libnozzle=yes
Expand Down

0 comments on commit 12f0b56

Please sign in to comment.