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

fixed WML conditional

[[Imported from SVN: r3831]]
parent 62e49e8c
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.
Finish editing this message first!
Please register or to comment