summaryrefslogtreecommitdiffstats
path: root/configure.in.in
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-05 15:55:57 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-05 15:55:57 -0600
commit9ba04742771370f59740e32e11c5f3a1e6a1b70a (patch)
treec81c34dae2b3b1ea73801bf18a960265dc4207f7 /configure.in.in
parent1a96c45b22d01378202d9dc7ed9c47acd30f966e (diff)
downloadtdebindings-9ba04742771370f59740e32e11c5f3a1e6a1b70a.tar.gz
tdebindings-9ba04742771370f59740e32e11c5f3a1e6a1b70a.zip
Initial TQt conversion
Diffstat (limited to 'configure.in.in')
-rw-r--r--configure.in.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.in.in b/configure.in.in
index a190718b..0c34f736 100644
--- a/configure.in.in
+++ b/configure.in.in
@@ -80,7 +80,7 @@ AC_DEFUN([KDE_CHECK_CSC],[
# Check for Mono's C# compiler
AC_DEFUN([KDE_CHECK_MCS],[
- dnl AC_REQUIRE(KDE_CHECK_CLI)
+ dnl AC_RETQUIRE(KDE_CHECK_CLI)
AC_ARG_WITH(mcs, [ --with-mcs=FILE mcs executable is FILE ],
[
AC_MSG_CHECKING(for $with_mcs)
@@ -190,7 +190,7 @@ dnl
AC_DEFUN([KDE_CHECK_JAVA],
[
- AC_REQUIRE([KDE_CHECK_JAVA_DIR])
+ AC_RETQUIRE([KDE_CHECK_JAVA_DIR])
if test "$kde_java_bindir" = "no"; then
DO_NOT_COMPILE="$DO_NOT_COMPILE $1";
fi
@@ -207,7 +207,7 @@ AC_DEFUN([KDE_CHECK_PERL],
AC_PATH_PROG(PERL, perl, "perl")
AC_MSG_CHECKING([for Perl >= $1])
has_wanted_perl="not found"
- if test -e "$PERL" && $PERL -e "require $1"; then
+ if test -e "$PERL" && $PERL -e "retquire $1"; then
has_wanted_perl=yes
else
DO_NOT_COMPILE="$DO_NOT_COMPILE $2"