X-Git-Url: https://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=configure.ac;h=18411ea6adac751f8b0fd84c67d9c9f66a8c8a54;hb=c0a4a0e12a20a8969b345354b3f2930818afe36e;hp=4905b74ff42f372fc865e72006836032986e8145;hpb=02e6d6f59eb98744aa0dc265ab7404d0e8753203;p=charm-bypass.git diff --git a/configure.ac b/configure.ac index 4905b74..18411ea 100644 --- a/configure.ac +++ b/configure.ac @@ -23,4 +23,10 @@ AC_PATH_PROG( [AC_MSG_ERROR([scour program not found])] ) +AC_PATH_PROG( + [XSLTPROC], + [xsltproc], + [AC_MSG_ERROR([xsltproc program not found])] +) + AC_OUTPUT