Skip to content
Snippets Groups Projects
Commit b5d880f2 authored by Christian Engwer's avatar Christian Engwer
Browse files

fixed WML conditional

[[Imported from SVN: r480]]
parent 38f98985
No related branches found
No related tags found
No related merge requests found
......@@ -30,7 +30,7 @@ AC_CHECK_PROGS([BIBTEX], [bibtex], [true])
AC_CHECK_PROGS([DVIPDF], [dvipdf], [true])
AC_CHECK_PROGS([DVIPS], [dvips], [true])
AC_CHECK_PROGS([WML], [wml], [true])
AM_CONDITIONAL([WML], [test "x$WML" != xfalse && test "x$WML" != xno])
AM_CONDITIONAL([WML], [test "x$WML" != xtrue])
AC_CHECK_PROGS([PERL], [perl], [true])
DUNE_INKSCAPE
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment