Skip to content
Snippets Groups Projects
Commit d603851d authored by Brian Tarricone's avatar Brian Tarricone
Browse files

add "[no-xml]" option to AC_PROG_INTLTOOL to remove dep on XML::Parser as

suggested by daichi (bug 964)
sorry for the spam, but svn is being annoying and won't let me commit all
at once.


(Old svn revision: 18293)
parent f30c38e9
No related branches found
No related tags found
No related merge requests found
......@@ -27,7 +27,7 @@ AM_CONDITIONAL([HAVE_CYGWIN], [test "`uname | grep \"CYGWIN\"`" != ""])
dnl check for basic programs
AC_PROG_CC
AC_PROG_INSTALL
AC_PROG_INTLTOOL
AC_PROG_INTLTOOL([0.31], [no-xml])
AC_PROG_LIBTOOL
dnl Check C Compiler Characteristics
......
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