Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Sebastian Schrader
Kea
Commits
b8a797df
Commit
b8a797df
authored
Nov 23, 2016
by
Tomek Mrugalski
🛰
Browse files
[trac5027] Renamed "found"=>yes, "not found"=>no for premium
parent
28431a0b
Changes
1
Hide whitespace changes
Inline
Side-by-side
configure.ac
View file @
b8a797df
...
...
@@ -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(no
t 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
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment