summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2012-10-21 14:00:13 -0500
committerSlávek Banko <slavek.banko@axis.cz>2012-11-10 18:55:20 +0100
commit4d87ac726e5f4eaa63781f1d470bbee4cdaf07c0 (patch)
tree3de30fe236da7e3dc936eabd405800ee96838a23
parent9a6b614070df8c787c814aca888865d226d14733 (diff)
downloadtdepim-4d87ac726e5f4eaa63781f1d470bbee4cdaf07c0.tar.gz
tdepim-4d87ac726e5f4eaa63781f1d470bbee4cdaf07c0.zip
Remove unnecessary language.
(cherry picked from commit 88249f17686b2aa26136fa2df49759d796455d3f)
-rw-r--r--kandy/configure.in.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/kandy/configure.in.in b/kandy/configure.in.in
index c21c2e30..b3bd4558 100644
--- a/kandy/configure.in.in
+++ b/kandy/configure.in.in
@@ -3,7 +3,7 @@ AH_TEMPLATE(HAVE_LOCKDEV)
AC_CHECK_HEADERS(lockdev.h, HAVE_LOCKDEV_H=1, HAVE_LOCKDEV_H=)
AC_SUBST(HAVE_LOCKDEV_H)
# we check for dev_unlock since kmobile checks dev_lock, caches it
-# and the variables are fucked up then... *sigh*
+# and the variables are messed up then... *sigh*
if test -n "$HAVE_LOCKDEV_H"; then
AC_CHECK_LIB(lockdev, dev_unlock,
[KANDY_LIBLOCKDEV="-llockdev $KANDY_LIBLOCKDEV"