summaryrefslogtreecommitdiffstats
path: root/kio/kio/configure.in.in
diff options
context:
space:
mode:
Diffstat (limited to 'kio/kio/configure.in.in')
-rw-r--r--kio/kio/configure.in.in10
1 files changed, 5 insertions, 5 deletions
diff --git a/kio/kio/configure.in.in b/kio/kio/configure.in.in
index 8683dfec1..1aea61653 100644
--- a/kio/kio/configure.in.in
+++ b/kio/kio/configure.in.in
@@ -1,5 +1,5 @@
dnl ------------------------------------------------------------------------
-dnl Try to find if FAM is installed
+dnl Try to tqfind if FAM is installed
dnl ------------------------------------------------------------------------
dnl
kde_have_fam=yes
@@ -23,7 +23,7 @@ if test "$kde_have_fam" = "yes" ; then
fi
AC_SUBST(LIBFAM)
dnl ------------------------------------------------------------------------
-dnl Try to find if LIBZ is installed
+dnl Try to tqfind if LIBZ is installed
dnl ------------------------------------------------------------------------
dnl
@@ -47,7 +47,7 @@ int getmntinfo(struct statfs **mntbufp, int flags);
])
dnl ------------------------------------------------------------------------
-dnl Try to find if libvolmgt is installed (Solaris)
+dnl Try to tqfind if libvolmgt is installed (Solaris)
dnl ------------------------------------------------------------------------
kde_have_volmgt=yes
AC_CHECK_LIB(volmgt, volmgt_running, [LIBVOLMGT=-lvolmgt], kde_have_volmgt=no)
@@ -57,7 +57,7 @@ if test "$kde_have_volmgt" = "yes"; then
fi
dnl ------------------------------------------------------------------------
-dnl Try to find if we have Linux Dir Notification
+dnl Try to tqfind if we have Linux Dir Notification
dnl ------------------------------------------------------------------------
AC_ARG_ENABLE(dnotify,
@@ -103,7 +103,7 @@ if test "x$kde_enable_dnotify" = "xyes"; then
fi
dnl ------------------------------------------------------------------------
-dnl Try to find if we have Linux Inode based Dir Notification
+dnl Try to tqfind if we have Linux Inode based Dir Notification
dnl ------------------------------------------------------------------------
AC_ARG_ENABLE(inotify,