On Tue, Mar 11, 2014 at 5:00 PM, Jim Galarowicz <j...@krellinst.org> wrote:
> Hi Eric, Patrick, all,
>
> I made those changes also.  Here is what I have in the two m4 files now (for
> that area).
>
> m4/ax_qt3.m4:
>
>    450        if test $found_all_qt -eq 1; then
>    451          AC_DEFINE(HAVE_QTLIB, 1, [Define to 1 if you have Qt library
> 3.3 >])
>    452        fi
>    453
>    454        AM_CONDITIONAL([HAVE_QTLIB], [test $found_all_qt -eq 1])
>    455
>    456    ])

AM_CONDITIONAL is still appearing within an argument of another macro
(terminated at line 456). Are you sure this is right?

_______________________________________________
Autoconf mailing list
Autoconf@gnu.org
https://lists.gnu.org/mailman/listinfo/autoconf

Reply via email to