last-svn-commit-452-g6793cca m4/autotroll.m4: Fix an invalid generation of configure with autoconf 2.61.

--- ChangeLog | 5 +++++ m4/autotroll.m4 | 2 +- 2 files changed, 6 insertions(+), 1 deletions(-) diff --git a/ChangeLog b/ChangeLog index d389263..d45bfe7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2010-08-11 Guillaume Lazzara <z@lrde.epita.fr> + + * m4/autotroll.m4: Fix an invalid generation of configure with + autoconf 2.61. + 2010-08-10 Guillaume Lazzara <z@lrde.epita.fr> * bootstrap: Update calls to build_unit_test.sh. diff --git a/m4/autotroll.m4 b/m4/autotroll.m4 index d04619d..9a7a96e 100644 --- a/m4/autotroll.m4 +++ b/m4/autotroll.m4 @@ -531,7 +531,7 @@ AC_DEFUN([AT_REQUIRE_QT_VERSION], fi AC_SUBST([QT_VERSION], [$at_cv_QT_VERSION]) AS_VERSION_COMPARE([$QT_VERSION], [$1], - [AX_INSTEAD_IF([$2; break;], [This package requires Qt $1 or above.])]) + [AX_INSTEAD_IF([$2; break; ], [This package requires Qt $1 or above.])]) # Run the user code $3 -- 1.5.6.5
participants (1)
-
Guillaume Lazzara