From: Tomek Mrugalski Date: Wed, 23 Nov 2016 13:09:46 +0000 (+0100) Subject: [trac5027] Renamed "found"=>yes, "not found"=>no for premium X-Git-Tag: trac4631b_base~2^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b8a797df0fbf917d0ffbed8d554dc223bd400c5a;p=thirdparty%2Fkea.git [trac5027] Renamed "found"=>yes, "not found"=>no for premium --- diff --git a/configure.ac b/configure.ac index 79a9074caf..cc8c062fdf 100644 --- a/configure.ac +++ b/configure.ac @@ -1647,9 +1647,9 @@ if test -d "$srcdir/premium/src"; then # Export it here, so code in configure could use it. PREMIUM=1 - AC_MSG_RESULT(found!) + AC_MSG_RESULT(yes) else - AC_MSG_RESULT(not found) + AC_MSG_RESULT(no) fi AC_OUTPUT @@ -1676,11 +1676,11 @@ Package: END if test "$PREMIUM" != ""; then cat >> config.report << END - Premium package: Found + Premium package: yes END else cat >> config.report << END - Premium package: Not found + Premium package: no END fi cat >> config.report << END