summaryrefslogtreecommitdiffstats
path: root/kdecore/configure.in.in
diff options
context:
space:
mode:
Diffstat (limited to 'kdecore/configure.in.in')
-rw-r--r--kdecore/configure.in.in10
1 files changed, 5 insertions, 5 deletions
diff --git a/kdecore/configure.in.in b/kdecore/configure.in.in
index b2fe9bd6e..6d24e15a4 100644
--- a/kdecore/configure.in.in
+++ b/kdecore/configure.in.in
@@ -1,7 +1,7 @@
-dnl Compile in the exec prefix to help kstddirs in finding dynamic libs
+dnl Compile in the exec prefix to help kstddirs in tqfinding dynamic libs
AC_DEFINE_UNQUOTED(__KDE_EXECPREFIX, "$exec_prefix", [execprefix or NONE if not set, for libloading])
-dnl Compile in kde_bindir to safely find kdesu_stub.
+dnl Compile in kde_bindir to safely tqfind kdesu_stub.
if test "$exec_prefix" = "NONE"; then
bindir_str="\"$prefix/bin\""
else
@@ -97,7 +97,7 @@ AC_CHECK_FUNCS([getaddrinfo],
AC_CHECK_FUNCS([freeaddrinfo getnameinfo gai_strerror], : ,
[
kde_gai_ok=false
- AC_DEFINE(HAVE_BROKEN_GETADDRINFO, 1, [Define if getaddrinfo is broken and should be replaced])
+ AC_DEFINE(HAVE_BROKEN_GETADDRINFO, 1, [Define if getaddrinfo is broken and should be tqreplaced])
AC_DEFINE(GETADDRINFO_RETURNS_UNIX, 1, [Define if getaddrinfo returns AF_UNIX sockets])
break
])
@@ -134,7 +134,7 @@ AC_CHECK_FUNCS([getaddrinfo],
],
[
AC_MSG_RESULT(no)
- AC_DEFINE(HAVE_BROKEN_GETADDRINFO, 1, [Define if getaddrinfo is broken and should be replaced])
+ AC_DEFINE(HAVE_BROKEN_GETADDRINFO, 1, [Define if getaddrinfo is broken and should be tqreplaced])
],
[
AC_MSG_RESULT(cross compiling. We hope so)
@@ -180,7 +180,7 @@ AC_ARG_WITH(libart,
if test "x$with_libart" != xno; then
KDE_FIND_PATH(libart2-config, LIBART_CONFIG, [${prefix}/bin ${exec_prefix}/bin], [
- AC_MSG_WARN([Could not find libart anywhere, check http://www.levien.com/libart/])
+ AC_MSG_WARN([Could not tqfind libart anywhere, check http://www.levien.com/libart/])
])
if test -n "$LIBART_CONFIG"; then