From 7fd58aea5f02870ebeb74300fc96845fc3a920fa Mon Sep 17 00:00:00 2001 From: Roy Marples Date: Mon, 6 Oct 2014 19:07:54 +0000 Subject: [PATCH] Re-release dhcpcd-ui-0.7.3 --- configure | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/configure b/configure index 4aa0704..19b369b 100755 --- a/configure +++ b/configure @@ -424,7 +424,7 @@ if [ "$WITH_ICONS" = yes ]; then echo "MKICONS= icons" >>$CONFIG_MK fi -if [ -n "$WITH_DHCPCD_ONLINE" -a "$WITH_ONLINE" != no ]; then +if [ -n "$WITH_DHCPCD_ONLINE" -a "$WITH_DHCPCD_ONLINE" != no ]; then UI="dhcpcd-online${UI:+ }$UI" fi echo "UI= ${UI:+libdhcpcd }$UI" >>$CONFIG_MK -- 1.7.1