1
0
mirror of https://github.com/clementine-player/Clementine synced 2024-12-20 06:25:02 +01:00

Oops, typo.

(cherry picked from commit b20c473ae0)
This commit is contained in:
David Sansome 2013-09-18 00:54:10 +10:00 committed by John Maguire
parent 96a8c5a9fe
commit 36381fc470

View File

@ -313,14 +313,13 @@ else()
"statically. If it's not, Clementine won't be able to resolve the "
"functions it needs to register full text search support. Search will "
"be really slow and users will be unhappy. If you're packaging "
"Clementine for a distributiou and you really hate your users and want "
"them to have a bad time please rerun cmake with -DI_HATE_MY_USERS=ON")
"Clementine for a distribution and you really hate your users and want "
"them to have a bad time please rerun cmake with -DI_HATE_MY_USERS=ON")
else()
if (NOT MY_USERS_WILL_SUFFER_BECAUSE_OF_ME)
message(FATAL_ERROR "So you really hate your users and you want to "
"create a crippled package that doesn't work properly? Please send "
"an email to clementine-player@googlegroups.com and help us "
"understand why.")
"an email to the devs and help us understand why.")
endif()
endif()
endif(STATIC_SQLITE)