diff --git a/.travis.yml b/.travis.yml index 7873038..fb15854 100644 --- a/.travis.yml +++ b/.travis.yml @@ -24,7 +24,7 @@ addons: name: "troglobit/sysklogd" description: "RFC5424 compliant syslog daemon and syslog()/syslogp() API for Linux" notification_email: troglobit@gmail.com - build_command_prepend: "./autogen.sh && ./configure --with-klogd" + build_command_prepend: "./autogen.sh && ./configure" build_command: "make" branch_pattern: dev diff --git a/Makefile.am b/Makefile.am index 3bc6764..846738b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -50,7 +50,7 @@ release: distcheck done # Workaround for systemd unit file duing distcheck -DISTCHECK_CONFIGURE_FLAGS = --with-systemd=$$dc_install_base/$(systemd) --with-klogd +DISTCHECK_CONFIGURE_FLAGS = --with-systemd=$$dc_install_base/$(systemd) # Disable parallel build in top Makefile, we might otherwise get a very # bizarre build problem with strlcpy.o in libcompat and for syslogd.